Searched refs:int_slots_used (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.h | 80 boolean int_slots_used[NINE_MAX_CONST_I]; member 252 boolean *int_slots_used, in nine_shader_constant_combination_key() 262 assert(int_slots_used); in nine_shader_constant_combination_key() 271 if (int_slots_used[i]) in nine_shader_constant_combination_key() 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) nine_shader_constant_combination_key() argument
|
H A D | pixelshader9.c | 94 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used)); in NinePixelShader9_ctor() 217 info.add_constants_defs.int_const_added = &This->int_slots_used; in NinePixelShader9_GetVariant()
|
H A D | vertexshader9.h | 60 boolean int_slots_used[NINE_MAX_CONST_I]; member 106 vs->int_slots_used, in NineVertexShader9_UpdateKey()
|
H A D | pixelshader9.h | 50 boolean int_slots_used[NINE_MAX_CONST_I]; member 125 ps->int_slots_used, in NinePixelShader9_UpdateKey()
|
H A D | vertexshader9.c | 110 memcpy(This->int_slots_used, info.int_slots_used, sizeof(This->int_slots_used)); in NineVertexShader9_ctor() 231 info.add_constants_defs.int_const_added = &This->int_slots_used; in NineVertexShader9_GetVariant()
|
H A D | nine_shader.c | 602 tx->info->int_slots_used[idx] = TRUE; in nine_integer_constant_src() 3578 memset(info->int_slots_used, 0, sizeof(info->int_slots_used)); in tx_ctor()
|
Completed in 10 milliseconds