Home
last modified time | relevance | path

Searched refs:c_combinations (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.h66 struct nine_shader_constant_combination *c_combinations; member
105 key |= ((uint64_t)nine_shader_constant_combination_key(&vs->c_combinations, in NineVertexShader9_UpdateKey()
Dpixelshader9.h56 struct nine_shader_constant_combination *c_combinations; member
124 key |= ((uint64_t)nine_shader_constant_combination_key(&ps->c_combinations, in NinePixelShader9_UpdateKey()
Dpixelshader9.c100 This->c_combinations = NULL; in NinePixelShader9_ctor()
143 nine_shader_constant_combination_free(This->c_combinations); in NinePixelShader9_dtor()
216 nine_shader_constant_combination_get(This->c_combinations, (key >> 24) & 0xff); in NinePixelShader9_GetVariant()
Dvertexshader9.c116 This->c_combinations = NULL; in NineVertexShader9_ctor()
168 nine_shader_constant_combination_free(This->c_combinations); in NineVertexShader9_dtor()
230 nine_shader_constant_combination_get(This->c_combinations, (key >> 16) & 0xff); in NineVertexShader9_GetVariant()