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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 838 int max_uniform_components = 32 * 8; local
839 if (this->uniforms * 4 <= max_uniform_components)
850 if (i >= max_uniform_components) {
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 3445 glw::GLint max_uniform_components = 0; local
3539 const glw::GLuint max_uniform_components = getMaxUniformComponents(shader_stage); local
    [all...]

Completed in 207 milliseconds