/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | test-validate-fau.cpp | 51 unif = bi_fau((enum bir_fau) (BIR_FAU_UNIFORM | 5), false); in ValidateFau() 64 bi_index zero, imm1, imm2, unif, unif_hi, unif2, core_id, lane_id; member in ValidateFau 70 unif)); in TEST_F() 71 VALID(bi_fma_f32_to(b, bi_register(1), bi_register(2), unif_hi, unif)); in TEST_F() 72 VALID(bi_fma_f32_to(b, bi_register(1), unif, unif, unif_hi)); in TEST_F() 73 INVALID(bi_fma_f32_to(b, bi_register(1), unif, unif2, bi_register(1))); in TEST_F() 74 INVALID(bi_fma_f32_to(b, bi_register(1), unif, unif2, unif_hi)); in TEST_F() 86 VALID(bi_fma_f32_to(b, bi_register(1), bi_register(2), unif_hi, unif)); in TEST_F() 87 VALID(bi_fma_f32_to(b, bi_register(1), bi_register(2), zero, unif)); in TEST_F() 89 INVALID(bi_fma_f32_to(b, bi_register(1), zero, unif_hi, unif)); in TEST_F() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 550 GLint unif; in get_uniformfv() local 554 unif = ctx.glGetUniformLocation(program.getProgram(), "vUnif_vec4"); // vec4 in get_uniformfv() 555 if (unif == -1) in get_uniformfv() 562 ctx.glGetUniformfv (-1, unif, ¶ms[0]); in get_uniformfv() 567 ctx.glGetUniformfv (shader, unif, ¶ms[0]); in get_uniformfv() 572 ctx.glGetUniformfv (programEmpty, unif, ¶ms[0]); in get_uniformfv() 590 GLint unif = ctx.glGetUniformLocation(program.getProgram(), "vUnif_vec4"); in get_nuniformfv() local 598 if (unif == -1) in get_nuniformfv() 607 ctx.glGetnUniformfv(-1, unif, bufferSize, ¶ms[0]); in get_nuniformfv() 612 ctx.glGetnUniformfv(shader, unif, bufferSize, ¶ms[0]); in get_nuniformfv() [all …]
|
D | es31fProgramUniformTests.cpp | 1138 const BasicUniform& unif = basicUniforms[i]; in writeUniformComparisons() local 1140 if (unif.isUsedInShader) in writeUniformComparisons()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_opt_constant_alu.c | 66 struct qreg unif = { }; in opt_constant_add() local 70 unif = vir_uniform_ui(c, values[0].ui + values[1].ui); in opt_constant_add() 81 unif = vir_uniform_ui(c, packed); in opt_constant_add() 94 struct qinst *mov = vir_MOV_dest(c, dst, unif); in opt_constant_add()
|
D | vir_register_allocate.c | 627 struct qreg unif = in v3d_spill_reg() local 631 inst->src[i] = unif; in v3d_spill_reg() 636 add_node(c, unif.index, CLASS_BITS_ANY); in v3d_spill_reg()
|
D | vir.c | 2017 try_opt_ldunif(struct v3d_compile *c, uint32_t index, struct qreg *unif) in try_opt_ldunif() argument 2063 *unif = prev_inst->dst; in try_opt_ldunif()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 392 GLint unif = glGetUniformLocation(program.getProgram(), "vUnif_vec4"); // vec4 in init() 393 if (unif == -1) in init() 401 glGetUniformfv (-1, unif, ¶ms[0]); in init() 406 glGetUniformfv (shader, unif, ¶ms[0]); in init() 411 glGetUniformfv (programEmpty, unif, ¶ms[0]); in init() 428 GLint unif = glGetUniformLocation(program.getProgram(), "fUnif_ivec4"); // ivec4 in init() 429 if (unif == -1) in init() 437 glGetUniformiv (-1, unif, ¶ms[0]); in init() 442 glGetUniformiv (shader, unif, ¶ms[0]); in init() 447 glGetUniformiv (programEmpty, unif, ¶ms[0]); in init() [all …]
|
D | es3fUniformApiTests.cpp | 1322 const BasicUniform& unif = basicUniforms[i]; in writeUniformComparisons() local 1324 if (unif.isUsedInShader) in writeUniformComparisons()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir_lower_uniforms.c | 148 struct qreg unif = qir_reg(QFILE_UNIF, max_index); in qir_lower_uniforms() local 172 unif, c->undef); in qir_lower_uniforms() 183 remove_uniform(ht, unif); in qir_lower_uniforms()
|
D | vc4_qir.c | 366 uint32_t unif = uniforms[data]; in qir_describe_uniform() local 368 data, unif, uif(unif)); in qir_describe_uniform()
|
/third_party/glslang/Test/ |
D | tokenPaste.vert | 44 multiPaste(unif, m, 875);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 1132 const BasicUniform& unif = basicUniforms[i]; in writeUniformComparisons() local 1134 if (unif.isUsedInShader) in writeUniformComparisons()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 450 …ACTIVE_SUBROUTINE_UNIFORM_ 5xZ+ GetProgram- 0 Number of subroutine unif. 2.… 452 …ACTIVE_SUBROUTINE_UNIFORMS 5xZ+ GetProgram- 0 Number of subroutine unif. 2.…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_subroutine.txt | 440 …ACTIVE_SUBROUTINE_UNIFORM_ 5xZ+ GetProgram- 0 Number of subroutine unif. 2.… 442 …ACTIVE_SUBROUTINE_UNIFORMS 5xZ+ GetProgram- 0 Number of subroutine unif. 2.…
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 2258 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2259 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run() 2367 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2368 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 2258 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2259 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run() 2367 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2368 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run()
|
D | gl4cShaderStorageBufferObjectTests.cpp | 2435 GLuint unif[8] = { 3, 1, 2, 1, 3, 1, 2, 7 }; in Run() local 2436 glUniform1uiv(glGetUniformLocation(m_program, "g_uint_value[0]"), 8, unif); in Run()
|