Searched refs:uniform_count (Results 1 – 2 of 2) sorted by relevance
52 uint32_t uniform_count = 0; in qir_emit_uniform_stream_resets() local69 (uniform_count + 1) * 4), in qir_emit_uniform_stream_resets()84 uniform_count++; in qir_emit_uniform_stream_resets()
2988 int uniform_count = data[n_check * 3 + 2]; in verifyErrorGenerationWhenCallingSizeMismatchedUniformFunctions() local2996 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()