Home
last modified time | relevance | path

Searched refs:uniform_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_emit_uniform_stream_resets.c52 uint32_t uniform_count = 0; in qir_emit_uniform_stream_resets() local
69 (uniform_count + 1) * 4), in qir_emit_uniform_stream_resets()
84 uniform_count++; in qir_emit_uniform_stream_resets()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2988 int uniform_count = data[n_check * 3 + 2]; in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() local
2996 gl.uniform1dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3002 gl.uniform2dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3008 gl.uniform3dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()
3014 gl.uniform4dv(uniform_location, uniform_count, double_data); in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions()