Searched refs:c_combinations (Results 1 – 4 of 4) sorted by relevance
66 struct nine_shader_constant_combination *c_combinations; member105 key |= ((uint64_t)nine_shader_constant_combination_key(&vs->c_combinations, in NineVertexShader9_UpdateKey()
56 struct nine_shader_constant_combination *c_combinations; member124 key |= ((uint64_t)nine_shader_constant_combination_key(&ps->c_combinations, in NinePixelShader9_UpdateKey()
100 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()
116 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()