OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:varying_to_slot
(Results
1 - 23
of
23
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vue_map.c
50
assert (vue_map->
varying_to_slot
[varying] == -1);
52
vue_map->
varying_to_slot
[varying] = slot;
94
/* Make sure that the values we store in vue_map->
varying_to_slot
and
103
vue_map->
varying_to_slot
[i] = -1;
190
if (vue_map->
varying_to_slot
[varying] == -1) {
230
/* Make sure that the values we store in vue_map->
varying_to_slot
and
239
vue_map->
varying_to_slot
[i] = -1;
258
if (vue_map->
varying_to_slot
[varying + VARYING_SLOT_PATCH0] == -1) {
270
if (vue_map->
varying_to_slot
[varying] == -1) {
brw_interpolation_map.c
45
unsigned slot = vue_map->
varying_to_slot
[location + k];
72
unsigned pos_slot = vue_map->
varying_to_slot
[VARYING_SLOT_POS];
brw_compile_sf.c
113
int vue_slot = c->vue_map.
varying_to_slot
[varying];
826
c.vue_map.
varying_to_slot
[BRW_VARYING_SLOT_PNTC] = c.vue_map.num_slots;
brw_compiler.h
1172
signed char
varying_to_slot
[VARYING_SLOT_TESS_MAX];
member in struct:brw_vue_map
1219
return brw_vue_slot_to_offset(vue_map->
varying_to_slot
[varying]);
brw_nir.c
127
int vue_slot = vue_map->
varying_to_slot
[intrin->const_index[0]];
338
vue_slot = vue_map->
varying_to_slot
[varying];
brw_compile_ff_gs.c
456
unsigned char slot = c->vue_map.
varying_to_slot
[varying];
gfx6_gs_visitor.cpp
685
int slot = prog_data->vue_map.
varying_to_slot
[varying];
brw_fs_visitor.cpp
904
slot_offset = slot - vue_map->
varying_to_slot
[VARYING_SLOT_POS];
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vue_map.c
50
assert (vue_map->
varying_to_slot
[varying] == -1);
52
vue_map->
varying_to_slot
[varying] = slot;
93
/* Make sure that the values we store in vue_map->
varying_to_slot
and
102
vue_map->
varying_to_slot
[i] = -1;
173
if (vue_map->
varying_to_slot
[varying] == -1) {
213
/* Make sure that the values we store in vue_map->
varying_to_slot
and
222
vue_map->
varying_to_slot
[i] = -1;
241
if (vue_map->
varying_to_slot
[varying + VARYING_SLOT_PATCH0] == -1) {
253
if (vue_map->
varying_to_slot
[varying] == -1) {
brw_interpolation_map.c
45
unsigned slot = vue_map->
varying_to_slot
[location + k];
72
unsigned pos_slot = vue_map->
varying_to_slot
[VARYING_SLOT_POS];
brw_compiler.h
937
signed char
varying_to_slot
[VARYING_SLOT_TESS_MAX];
member in struct:brw_vue_map
983
return brw_vue_slot_to_offset(vue_map->
varying_to_slot
[varying]);
brw_compile_sf.c
113
int vue_slot = c->vue_map.
varying_to_slot
[varying];
826
c.vue_map.
varying_to_slot
[BRW_VARYING_SLOT_PNTC] = c.vue_map.num_slots;
brw_nir.c
177
int vue_slot = vue_map->
varying_to_slot
[intrin->const_index[0]];
380
vue_slot = vue_map->
varying_to_slot
[varying];
gen6_gs_visitor.cpp
724
int slot = prog_data->vue_map.
varying_to_slot
[varying];
brw_vec4.cpp
2852
if (prog_data->base.vue_map.
varying_to_slot
[VARYING_SLOT_EDGE] != -1) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_ff_gs_emit.c
427
unsigned char slot = c->vue_map.
varying_to_slot
[varying];
genX_state_upload.c
974
int slot = vue_map->
varying_to_slot
[fs_attr];
997
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC0];
999
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC1];
3680
assert(vue_map->
varying_to_slot
[varying] >= 0);
3707
.RegisterIndex = vue_map->
varying_to_slot
[varying],
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c
383
const int slot = fs_input_map->
varying_to_slot
[attr];
1241
.RegisterIndex = vue_map->
varying_to_slot
[varying],
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c
964
int slot = vue_map->
varying_to_slot
[fs_attr];
987
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC0];
989
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC1];
3608
assert(vue_map->
varying_to_slot
[varying] >= 0);
3635
.RegisterIndex = vue_map->
varying_to_slot
[varying],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_state.c
3858
assert(vue_map->
varying_to_slot
[varying] >= 0);
3885
.RegisterIndex = vue_map->
varying_to_slot
[varying],
3981
if (last_vue_map->
varying_to_slot
[VARYING_SLOT_COL0 + c] == -1) {
4038
int slot = vue_map->
varying_to_slot
[fs_attr];
4080
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC0];
4082
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC1];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c
3164
assert(vue_map->
varying_to_slot
[varying] >= 0);
3191
.RegisterIndex = vue_map->
varying_to_slot
[varying],
3287
if (last_vue_map->
varying_to_slot
[VARYING_SLOT_COL0 + c] == -1) {
3343
int slot = vue_map->
varying_to_slot
[fs_attr];
3384
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC0];
3386
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC1];
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_pipeline.c
394
const int slot = fs_input_map->
varying_to_slot
[attr];
1661
const int slot = vue_map->
varying_to_slot
[varying];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c
4294
assert(vue_map->
varying_to_slot
[varying] >= 0);
4321
.RegisterIndex = vue_map->
varying_to_slot
[varying],
4462
int slot = vue_map->
varying_to_slot
[fs_attr];
4485
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC0];
4487
slot = vue_map->
varying_to_slot
[VARYING_SLOT_BFC1];
Completed in 67 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026