Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.c71 info.add_constants_defs.int_const_added = NULL; in NineVertexShader9_ctor()
231 info.add_constants_defs.int_const_added = &This->int_slots_used; in NineVertexShader9_GetVariant()
277 info.add_constants_defs.int_const_added = NULL; in NineVertexShader9_GetVariantProcessVertices()
Dpixelshader9.c65 info.add_constants_defs.int_const_added = NULL; in NinePixelShader9_ctor()
217 info.add_constants_defs.int_const_added = &This->int_slots_used; in NinePixelShader9_GetVariant()
Dnine_shader.h94 boolean (*int_const_added)[NINE_MAX_CONST_I]; member
Dnine_shader.c3677 assert(info->add_constants_defs.int_const_added); in tx_ctor()
3682 if ((*info->add_constants_defs.int_const_added)[i]) { in tx_ctor()