Home
last modified time | relevance | path

Searched refs:fsInfo (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/net/rclone/rclone-1.57.0/fs/
H A Dconfigmap.go26 fsInfo *RegInfo member
31 opt := oev.fsInfo.Options.Get(key)
35 envKey := OptionToEnv(oev.fsInfo.Prefix + "-" + key)
53 fsInfo *RegInfo member
60 opt := r.fsInfo.Options.Get(key)
110 if fsInfo != nil {
111 config.AddGetter(&regInfoValues{fsInfo, false}, configmap.PriorityNormal)
118 if fsInfo != nil {
119 config.AddGetter(optionEnvVars{fsInfo: fsInfo}, configmap.PriorityNormal)
126 if fsInfo != nil {
[all …]
H A Dnewfs.go29 fsInfo, configName, fsPath, config, err := ConfigFs(path)
33 overridden := fsInfo.Options.Overridden(config)
51 return fsInfo.NewFs(ctx, configName, fsPath, config)
60 func ConfigFs(path string) (fsInfo *RegInfo, configName, fsPath string, config *configmap.Map, err …
62 fsInfo, configName, fsPath, connectionStringConfig, err := ParseRemote(path)
66 config = ConfigMap(fsInfo, configName, connectionStringConfig)
72 func ParseRemote(path string) (fsInfo *RegInfo, configName, fsPath string, connectionStringConfig c…
94 fsInfo, err = Find(fsName)
95 return fsInfo, configName, fsPath, parsed.Config, err
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/
H A DFilesystem.cpp39 struct statvfs64 fsInfo; in space() local
40 auto result = statvfs64(CSpecialProtocol::TranslatePath(path).c_str(), &fsInfo); in space()
42 struct statfs fsInfo; in space() local
44 auto result = statfs(CSpecialProtocol::TranslatePath(path).c_str(), &fsInfo); in space()
55 sp.available = static_cast<uintmax_t>(fsInfo.f_bavail * fsInfo.f_bsize); in space()
56 sp.capacity = static_cast<uintmax_t>(fsInfo.f_blocks * fsInfo.f_bsize); in space()
57 sp.free = static_cast<uintmax_t>(fsInfo.f_bfree * fsInfo.f_bsize); in space()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c67 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
105 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
108 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
119 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
125 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
131 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
144 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
147 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
168 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c68 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; in softpipe_compute_vertex_info() local
106 for (i = 0; i < fsInfo->num_inputs; i++) { in softpipe_compute_vertex_info()
109 switch (fsInfo->input_interpolate[i]) { in softpipe_compute_vertex_info()
120 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); in softpipe_compute_vertex_info()
126 switch (fsInfo->input_semantic_name[i]) { in softpipe_compute_vertex_info()
132 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { in softpipe_compute_vertex_info()
145 fsInfo->input_semantic_name[i], in softpipe_compute_vertex_info()
146 fsInfo->input_semantic_index[i]); in softpipe_compute_vertex_info()
148 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in softpipe_compute_vertex_info()
169 if (fsInfo->input_semantic_name[i] == in softpipe_compute_vertex_info()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/container/docker/
H A DfsHandler.go41 fsInfo fs.FsInfo member
50 func newFsHandler(period time.Duration, rootfs, extraDir string, fsInfo fs.FsInfo) fsHandler {
58 fsInfo: fsInfo,
69 baseUsage, err := fh.fsInfo.GetDirUsage(fh.rootfs)
74 extraDirUsage, err := fh.fsInfo.GetDirUsage(fh.extraDir)
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dauto_db.cpp932 unallocBlockWlkTrack->size += unallocBlockWlkTrack->fsInfo.block_size; in fsWalkUnallocBlocksCb()
938 + unallocBlockWlkTrack->fsInfo.offset; in fsWalkUnallocBlocksCb()
940 * unallocBlockWlkTrack->fsInfo.block_size; in fsWalkUnallocBlocksCb()
990 if (fsInfo == NULL) { in addFsInfoUnalloc()
1006 …uint8_t block_walk_ret = tsk_fs_block_walk(fsInfo, fsInfo->first_block, fsInfo->last_block, (TSK_F… in addFsInfoUnalloc()
1011 tsk_fs_close(fsInfo); in addFsInfoUnalloc()
1020 tsk_fs_close(fsInfo); in addFsInfoUnalloc()
1026 …const uint64_t byteStart = unallocBlockWlkTrack.curRangeStart * fsInfo->block_size + fsInfo->offse… in addFsInfoUnalloc()
1033 tsk_fs_close(fsInfo); in addFsInfoUnalloc()
1038 tsk_fs_close(fsInfo); in addFsInfoUnalloc()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/fs/
H A Dfs_test.go88 fsInfo, err := NewFsInfo(Context{})
101 size, err := fsInfo.GetDirUsage(dir)
163 fsInfo := &RealFsInfo{
176 fsInfo.addSystemRootLabel()
177 if e, a := "/dev/mapper/vg_vagrant-lv_root", fsInfo.labels[LabelSystemRoot]; e != a {
268 fsInfo := &RealFsInfo{
279 device, partition, err := fsInfo.getDockerDeviceMapperInfo(dockerInfo)
366 fsInfo := &RealFsInfo{
382 fsInfo.addDockerImagesLabel(context)
384 if e, a := tt.expectedDockerDevice, fsInfo.labels[LabelDockerImages]; e != a {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/container/docker/
H A Dhandler.go61 fsInfo fs.FsInfo member
121 fsInfo fs.FsInfo,
194 fsInfo: fsInfo,
401 var fsInfo *info.FsInfo
408 fsInfo = &fs
419 if fsInfo != nil {
420 fileSystems, err := h.fsInfo.GetGlobalFsInfo()
423 addDiskStats(fileSystems, fsInfo, &fsStat)
435 if fsInfo == nil {
440 if fsInfo.DeviceMajor == fileSys.DiskStats.Major &&
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/container/raw/
H A Dfactory.go39 fsInfo fs.FsInfo member
54 …return newRawContainerHandler(name, self.cgroupSubsystems, self.machineInfoFactory, self.fsInfo, s…
80 func Register(machineInfoFactory info.MachineInfoFactory, fsInfo fs.FsInfo) error {
97 fsInfo: fsInfo,
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c51 const struct tgsi_shader_info *fsInfo = &llvmpipe->fs->info.base; in compute_vertex_info() local
85 for (i = 0; i < fsInfo->num_inputs; i++) { in compute_vertex_info()
90 fsInfo->input_semantic_name[i], in compute_vertex_info()
91 fsInfo->input_semantic_index[i]); in compute_vertex_info()
93 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && in compute_vertex_info()
94 fsInfo->input_semantic_index[i] < 2) { in compute_vertex_info()
95 int idx = fsInfo->input_semantic_index[i]; in compute_vertex_info()
99 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_FACE) { in compute_vertex_info()
108 } else if (fsInfo->input_semantic_name[i] == in compute_vertex_info()
112 } else if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_LAYER) { in compute_vertex_info()

12345678910>>...14