Home
last modified time | relevance | path

Searched refs:const_used_size (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.c83 This->const_used_size = info.const_used_size; in NinePixelShader9_ctor()
Dvertexshader9.c97 This->const_used_size = info.const_used_size; in NineVertexShader9_ctor()
Dvertexshader9.h58 unsigned const_used_size; /* in bytes */ member
Dpixelshader9.h46 unsigned const_used_size; /* in bytes */ member
Dnine_shader.h73 unsigned const_used_size; member
Dnine_state.c434 cb.buffer_size = context->vs->const_used_size; in prepare_vs_constants_userbuf()
490 cb.buffer_size = context->ps->const_used_size; in prepare_ps_constants_userbuf()
Dnine_shader.c3704 info->const_used_size = sizeof(float[4]) * slot_max; /* slots start from 1 */ in nine_translate_shader()