Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexshader9.c63 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_ctor()
192 info.const_b_base = NINE_CONST_B_BASE(device->max_vs_const_f) / 16; in NineVertexShader9_GetVariant()
229 info.const_b_base = 0; in NineVertexShader9_GetVariantProcessVertices()
Dpixelshader9.c58 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_ctor()
164 info.const_b_base = NINE_CONST_B_BASE(device->max_ps_const_f) / 16; in NinePixelShader9_GetVariant()
Dnine_shader.h72 unsigned const_b_base; /* in vec4 (16 byte) units */ member
Dnine_shader.c1064 tx->info->const_b_base + r); in tx_src_param()