HomeSort by relevance Sort by last modified time
    Searched refs:const_i_base (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
vertexshader9.c 62 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
191 info.const_i_base = NINE_CONST_I_BASE(device->max_vs_const_f) / 16;
228 info.const_i_base = 0;
pixelshader9.c 57 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
163 info.const_i_base = NINE_CONST_I_BASE(device->max_ps_const_f) / 16;
nine_shader.h 71 unsigned const_i_base; /* in vec4 (16 byte) units */ member in struct:nine_shader_info
nine_shader.c 1050 tx->info->const_i_base + param->idx);
    [all...]

Completed in 90 milliseconds