Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.h80 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 Dpixelshader9.c94 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 Dvertexshader9.h60 boolean int_slots_used[NINE_MAX_CONST_I]; member
106 vs->int_slots_used, in NineVertexShader9_UpdateKey()
H A Dpixelshader9.h50 boolean int_slots_used[NINE_MAX_CONST_I]; member
125 ps->int_slots_used, in NinePixelShader9_UpdateKey()
H A Dvertexshader9.c110 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 Dnine_shader.c602 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 15 milliseconds