Searched refs:int_const_added (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexshader9.c70 info.add_constants_defs.int_const_added = NULL;
222 info.add_constants_defs.int_const_added = &This->int_slots_used;
267 info.add_constants_defs.int_const_added = NULL;
H A Dpixelshader9.c64 info.add_constants_defs.int_const_added = NULL;
209 info.add_constants_defs.int_const_added = &This->int_slots_used;
H A Dnine_shader.h92 boolean (*int_const_added)[NINE_MAX_CONST_I]; member in struct:nine_shader_info::__anonefe32c800108
H A Dnine_shader.c3641 assert(info->add_constants_defs.int_const_added);
3646 if ((*info->add_constants_defs.int_const_added)[i]) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexshader9.c71 info.add_constants_defs.int_const_added = NULL;
224 info.add_constants_defs.int_const_added = &This->int_slots_used;
270 info.add_constants_defs.int_const_added = NULL;
H A Dpixelshader9.c65 info.add_constants_defs.int_const_added = NULL;
210 info.add_constants_defs.int_const_added = &This->int_slots_used;
H A Dnine_shader.h94 boolean (*int_const_added)[NINE_MAX_CONST_I]; member in struct:nine_shader_info::__anonc3f85ce70108
H A Dnine_shader.c3677 assert(info->add_constants_defs.int_const_added);
3682 if ((*info->add_constants_defs.int_const_added)[i]) {

Completed in 23 milliseconds