Searched refs:int_slots_used (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.h50 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NinePixelShader9
122 ps->int_slots_used,
H A Dvertexshader9.h60 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NineVertexShader9
106 vs->int_slots_used,
H A Dnine_shader.h78 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:nine_shader_info
245 boolean *int_slots_used,
255 assert(int_slots_used);
264 if (int_slots_used[i])
244 nine_shader_constant_combination_key(struct nine_shader_constant_combination ** list,boolean * int_slots_used,boolean * bool_slots_used,int * const_i,BOOL * const_b) argument
H A Dpixelshader9.c93 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used));
209 info.add_constants_defs.int_const_added = &This->int_slots_used;
H A Dvertexshader9.c109 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used));
222 info.add_constants_defs.int_const_added = &This->int_slots_used;
H A Dnine_shader.c601 tx->info->int_slots_used[idx] = TRUE;
3543 memset(info->int_slots_used, 0, sizeof(info->int_slots_used));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.h50 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NinePixelShader9
125 ps->int_slots_used,
H A Dvertexshader9.h60 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:NineVertexShader9
106 vs->int_slots_used,
H A Dnine_shader.h80 boolean int_slots_used[NINE_MAX_CONST_I]; member in struct:nine_shader_info
252 boolean *int_slots_used,
262 assert(int_slots_used);
271 if (int_slots_used[i])
251 nine_shader_constant_combination_key(struct nine_shader_constant_combination ** list,boolean * int_slots_used,boolean * bool_slots_used,int * const_i,BOOL * const_b) argument
H A Dpixelshader9.c94 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used));
210 info.add_constants_defs.int_const_added = &This->int_slots_used;
H A Dvertexshader9.c110 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used));
224 info.add_constants_defs.int_const_added = &This->int_slots_used;
H A Dnine_shader.c602 tx->info->int_slots_used[idx] = TRUE;
3578 memset(info->int_slots_used, 0, sizeof(info->int_slots_used));

Completed in 18 milliseconds