Searched refs:bool_slots_used (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.h | 81 boolean bool_slots_used[NINE_MAX_CONST_B]; member 253 boolean *bool_slots_used, in nine_shader_constant_combination_key() 263 assert(bool_slots_used); in nine_shader_constant_combination_key() 275 if (bool_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 | 95 memcpy(This->bool_slots_used, info.bool_slots_used, sizeof(This->bool_slots_used)); in NinePixelShader9_ctor() 218 info.add_constants_defs.bool_const_added = &This->bool_slots_used; in NinePixelShader9_GetVariant()
|
H A D | vertexshader9.h | 61 boolean bool_slots_used[NINE_MAX_CONST_B]; member 107 vs->bool_slots_used, in NineVertexShader9_UpdateKey()
|
H A D | pixelshader9.h | 51 boolean bool_slots_used[NINE_MAX_CONST_B]; member 126 ps->bool_slots_used, in NinePixelShader9_UpdateKey()
|
H A D | vertexshader9.c | 111 memcpy(This->bool_slots_used, info.bool_slots_used, sizeof(This->bool_slots_used)); in NineVertexShader9_ctor() 232 info.add_constants_defs.bool_const_added = &This->bool_slots_used; in NineVertexShader9_GetVariant()
|
H A D | nine_shader.c | 630 tx->info->bool_slots_used[idx] = TRUE; in nine_boolean_constant_src() 3579 memset(info->bool_slots_used, 0, sizeof(info->bool_slots_used)); in tx_ctor()
|
Completed in 8 milliseconds