Home
last modified time | relevance | path

Searched refs:getProgram (Results 1 – 25 of 196) sorted by relevance

12345678

/external/deqp/modules/gles3/functional/
Des3fNegativeShaderApiTests.cpp289 glUseProgram (program.getProgram()); in init()
290 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in init()
291 glLinkProgram (program.getProgram()); in init()
299 glLinkProgram (program.getProgram()); in init()
332 glUseProgram (program1.getProgram()); in init()
333 glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in init()
334 glLinkProgram (program1.getProgram()); in init()
342 glUseProgram (program2.getProgram()); in init()
346 glUseProgram (program2.getProgram()); in init()
392 glGetProgramiv (program.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in init()
[all …]
Des3fFragDepthTests.cpp171 gl.useProgram(basicQuadProgram.getProgram()); in iterate()
172 …gl.uniform4f(gl.getUniformLocation(basicQuadProgram.getProgram(), "u_color"), 0.0f, 0.0f, 1.0f, 1.… in iterate()
177 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding, in iterate()
183 glu::draw(m_context.getRenderContext(), basicQuadProgram.getProgram(), 1, &posBinding, in iterate()
213 gl.useProgram(program.getProgram()); in iterate()
215 gl.uniform4f(gl.getUniformLocation(program.getProgram(), "u_color"), 0.0f, 1.0f, 0.0f, 1.0f); in iterate()
218 gls::setupDefaultUniforms(m_context.getRenderContext(), program.getProgram()); in iterate()
226 …glu::draw(m_context.getRenderContext(), program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &v… in iterate()
342 gl.useProgram(program.getProgram()); in iterate()
343 gl.uniform4f(gl.getUniformLocation(program.getProgram(), "u_color"), 0.0f, 1.0f, 0.0f, 1.0f); in iterate()
[all …]
Des3fNegativeVertexArrayApiTests.cpp265 glUseProgram(program.getProgram()); in init()
318 glUseProgram(program.getProgram()); in init()
346 glUseProgram(program.getProgram()); in init()
387 glUseProgram (program.getProgram()); in init()
388 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in init()
389 glLinkProgram (program.getProgram()); in init()
449 glUseProgram(program.getProgram()); in init()
490 glUseProgram (program.getProgram()); in init()
491 glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in init()
492 glLinkProgram (program.getProgram()); in init()
[all …]
Des3fNegativeStateApiTests.cpp390 glUseProgram(program.getProgram()); in init()
392 GLint unif = glGetUniformLocation(program.getProgram(), "vUnif_vec4"); // vec4 in init()
416 glGetUniformfv (program.getProgram(), -1, &params[0]); in init()
426 glUseProgram(program.getProgram()); in init()
428 GLint unif = glGetUniformLocation(program.getProgram(), "fUnif_ivec4"); // ivec4 in init()
452 glGetUniformiv (program.getProgram(), -1, &params[0]); in init()
462 glUseProgram(program.getProgram()); in init()
464 GLint unif = glGetUniformLocation(program.getProgram(), "fUnif_uvec4"); // uvec4 in init()
488 glGetUniformuiv (program.getProgram(), -1, &params[0]); in init()
501 glGetProgramiv (program.getProgram(), GL_ACTIVE_UNIFORMS, &numActiveUniforms); in init()
[all …]
Des3fPolygonOffsetTests.cpp372 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
373 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
385 gl.useProgram (program.getProgram()); in testPolygonOffset()
500 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
501 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
514 gl.useProgram (program.getProgram()); in testPolygonOffset()
619 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
620 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
633 gl.useProgram (program.getProgram()); in testPolygonOffset()
769 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
[all …]
Des3fShaderFragDataTests.cpp192 gl.useProgram (program.getProgram()); in iterate()
193 gl.uniform1i (gl.getUniformLocation(program.getProgram(), "u_index"), 0); in iterate()
195 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], in iterate()
251 …const int indexLoc = program.isOk() ? gl.getUniformLocation(program.getProgram(), "u_index")… in iterate()
303 gl.useProgram (program.getProgram()); in iterate()
312 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0], in iterate()
/external/deqp/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp140 gl.useProgram(m_programs[0]->getProgram()); in init()
142 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
152 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
177 gl.useProgram(m_programs[0]->getProgram()); in init()
180 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
191 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
219 gl.useProgram(m_programs[0]->getProgram()); in init()
221 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
231 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
268 gl.useProgram(m_programs[0]->getProgram()); in init()
[all …]
Des3pStateChangeTests.cpp149 gl.useProgram(m_programs[0]->getProgram()); in init()
151 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
161 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
191 gl.useProgram(m_programs[0]->getProgram()); in init()
194 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
205 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
238 gl.useProgram(m_programs[0]->getProgram()); in init()
240 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
250 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
292 gl.useProgram(m_programs[0]->getProgram()); in init()
[all …]
/external/deqp/modules/gles2/performance/
Des2pRedundantStateChangeTests.cpp140 gl.useProgram(m_programs[0]->getProgram()); in init()
142 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
152 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
177 gl.useProgram(m_programs[0]->getProgram()); in init()
180 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
191 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
219 gl.useProgram(m_programs[0]->getProgram()); in init()
221 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
231 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
268 gl.useProgram(m_programs[0]->getProgram()); in init()
[all …]
Des2pStateChangeTests.cpp149 gl.useProgram(m_programs[0]->getProgram()); in init()
151 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
161 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
191 gl.useProgram(m_programs[0]->getProgram()); in init()
194 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
205 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
238 gl.useProgram(m_programs[0]->getProgram()); in init()
240 GLint coordLoc = gl.getAttribLocation(m_programs[0]->getProgram(), "a_coord"); in init()
250 GLint samplerLoc = gl.getUniformLocation(m_programs[0]->getProgram(), "u_sampler"); in init()
292 gl.useProgram(m_programs[0]->getProgram()); in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp312 glUseProgram(program.getProgram()); in init()
325 glGetActiveAttrib(program.getProgram(), 0, 0, 0, 0, 0, 0); in init()
330 glGetActiveAttrib(program.getProgram(), 0, -1, 0, 0, 0, 0); in init()
350 glUseProgram(program.getProgram()); in init()
351 glBindAttribLocation(program.getProgram(), 0, "test"); in init()
353 glGetAttribLocation(program.getProgram(), "test"); in init()
380 glUseProgram(program.getProgram()); in init()
439 glUseProgram(program.getProgram()); in init()
440 glGetActiveUniform(program.getProgram(), 5, 0, 0, 0, 0, 0); in init()
445 glGetActiveUniform(program.getProgram(), 0, -1, 0, 0, 0, 0); in init()
[all …]
Des2fShaderStateQueryTests.cpp1791 glUseProgram(program.getProgram()); in test()
1796 location = glGetUniformLocation(program.getProgram(), "floatUniform"); in test()
1798 verifyUniformValue1f(m_testCtx, *this, program.getProgram(), location, 1.0f); in test()
1800 location = glGetUniformLocation(program.getProgram(), "float2Uniform"); in test()
1802 verifyUniformValue2f(m_testCtx, *this, program.getProgram(), location, 1.0f, 2.0f); in test()
1804 location = glGetUniformLocation(program.getProgram(), "float3Uniform"); in test()
1806 verifyUniformValue3f(m_testCtx, *this, program.getProgram(), location, 1.0f, 2.0f, 3.0f); in test()
1808 location = glGetUniformLocation(program.getProgram(), "float4Uniform"); in test()
1810 verifyUniformValue4f(m_testCtx, *this, program.getProgram(), location, 1.0f, 2.0f, 3.0f, 4.0f); in test()
1850 glUseProgram(program.getProgram()); in test()
[all …]
Des2fPolygonOffsetTests.cpp369 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
370 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
382 gl.useProgram (program.getProgram()); in testPolygonOffset()
497 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
498 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
511 gl.useProgram (program.getProgram()); in testPolygonOffset()
616 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
617 const GLint colorLoc = gl.getAttribLocation(program.getProgram(), "a_color"); in testPolygonOffset()
630 gl.useProgram (program.getProgram()); in testPolygonOffset()
766 const GLint positionLoc = gl.getAttribLocation(program.getProgram(), "a_position"); in testPolygonOffset()
[all …]
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp106 gl.useProgram(program.getProgram()); in iterate()
167 gl.useProgram(program.getProgram()); in iterate()
171 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM_BLOCK, … in iterate()
172 …const InterfaceBlockInfo blockInfo = getProgramInterfaceBlockInfo(gl, program.getProgram(), GL_UNI… in iterate()
173 …const deUint32 valueIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "Input… in iterate()
174 …const InterfaceVariableInfo valueInfo = getProgramInterfaceVariableInfo(gl, program.getProgram(), … in iterate()
186 gl.uniformBlockBinding(program.getProgram(), blockIndex, 0); in iterate()
193 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_B… in iterate()
194 …const int blockSize = getProgramResourceInt(gl, program.getProgram(), GL_SHADER_STORAGE_BLOCK, … in iterate()
208 …const deUint32 blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_SHADER_STORAGE_… in iterate()
[all …]
Des31fProgramStateQueryTests.cpp141 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_VERTICES_OUT, 3, m_verifie… in iterate()
142 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_INPUT_TYPE, GL_TRIANGLES, … in iterate()
143 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_OUTPUT_TYPE, GL_TRIANGLE_S… in iterate()
144 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_SHADER_INVOCATIONS, 1, m_v… in iterate()
158 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_VERTICES_OUT, 5, m_verifie… in iterate()
159 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_INPUT_TYPE, GL_POINTS, m_v… in iterate()
160 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_OUTPUT_TYPE, GL_LINE_STRIP… in iterate()
174 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_VERTICES_OUT, 50, m_verifi… in iterate()
175 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_INPUT_TYPE, GL_POINTS, m_v… in iterate()
176 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_GEOMETRY_OUTPUT_TYPE, GL_POINTS, m_… in iterate()
[all …]
Des31fNegativeShaderApiTests.cpp351 ctx.glUseProgram (program.getProgram()); in link_program()
352 ctx.glTransformFeedbackVaryings (program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in link_program()
353 ctx.glLinkProgram (program.getProgram()); in link_program()
361 ctx.glLinkProgram (program.getProgram()); in link_program()
398 ctx.glUseProgram (program1.getProgram()); in use_program()
399 ctx.glTransformFeedbackVaryings (program1.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in use_program()
400 ctx.glLinkProgram (program1.getProgram()); in use_program()
408 ctx.glUseProgram (program2.getProgram()); in use_program()
412 ctx.glUseProgram (program2.getProgram()); in use_program()
476 ctx.glGetProgramiv (program.getProgram(), GL_PROGRAM_BINARY_LENGTH, &bufSize); in get_program_binary()
[all …]
Des31fNegativeStateApiTests.cpp517 ctx.glUseProgram(program.getProgram()); in get_uniformfv()
519 unif = ctx.glGetUniformLocation(program.getProgram(), "vUnif_vec4"); // vec4 in get_uniformfv()
542 ctx.glGetUniformfv (program.getProgram(), -1, &params[0]); in get_uniformfv()
555 GLint unif = ctx.glGetUniformLocation(program.getProgram(), "vUnif_vec4"); in get_nuniformfv()
561 ctx.glUseProgram(program.getProgram()); in get_nuniformfv()
587 ctx.glGetnUniformfv(program.getProgram(), -1, bufferSize, &params[0]); in get_nuniformfv()
592 ctx.glGetnUniformfv(program.getProgram(), unif, 0, &params[0]); in get_nuniformfv()
603 GLint unif = ctx.glGetUniformLocation(program.getProgram(), "fUnif_ivec4"); in get_uniformiv()
608 ctx.glUseProgram(program.getProgram()); in get_uniformiv()
632 ctx.glGetUniformiv (program.getProgram(), -1, &params[0]); in get_uniformiv()
[all …]
Des31fSSBOArrayLengthTests.cpp119 …const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Ou… in init()
126 …gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &… in init()
132 …const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Ou… in init()
139 …gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &… in init()
145 …const deUint32 index = gl.getProgramResourceIndex(m_shader->getProgram(), GL_BUFFER_VARIABLE, "Ta… in init()
152 …gl.getProgramResourceiv(m_shader->getProgram(), GL_BUFFER_VARIABLE, index, 1, &prop, 1, DE_NULL, &… in init()
198 gl.useProgram(m_shader->getProgram()); in iterate()
Des31fProgramPipelineStateQueryTests.cpp123 gl.glUseProgramStages(pipeline.getPipeline(), GL_VERTEX_SHADER_BIT, vtxProgram.getProgram()); in iterate()
124 gl.glUseProgramStages(pipeline.getPipeline(), GL_FRAGMENT_SHADER_BIT, frgProgram.getProgram()); in iterate()
137 gl.glActiveShaderProgram(pipeline.getPipeline(), frgProgram.getProgram()); in iterate()
139 …r(result, gl, pipeline.getPipeline(), GL_ACTIVE_PROGRAM, (int)frgProgram.getProgram(), m_verifier); in iterate()
210 gl.glUseProgramStages(pipeline.getPipeline(), stageBit, program.getProgram()); in iterate()
213 …verifyStatePipelineInteger(result, gl, pipeline.getPipeline(), m_targetStage, program.getProgram()… in iterate()
261 gl.glUseProgramStages(pipeline.getPipeline(), GL_VERTEX_SHADER_BIT, vtxProgram.getProgram()); in iterate()
262 gl.glUseProgramStages(pipeline.getPipeline(), GL_FRAGMENT_SHADER_BIT, frgProgram.getProgram()); in iterate()
356 gl.glUseProgramStages(pipeline.getPipeline(), GL_VERTEX_SHADER_BIT, vtxProgram.getProgram()); in iterate()
357 gl.glUseProgramStages(pipeline.getPipeline(), GL_FRAGMENT_SHADER_BIT, frgProgram.getProgram()); in iterate()
Des31fNegativeVertexArrayApiTests.cpp397 ctx.glUseProgram(program.getProgram()); in draw_arrays()
457 ctx.glUseProgram(program.getProgram()); in draw_arrays_incomplete_primitive()
494 ctx.glUseProgram(program.getProgram()); in draw_elements()
532 ctx.glUseProgram(program.getProgram()); in draw_elements()
533 ctx.glTransformFeedbackVaryings(program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in draw_elements()
534 ctx.glLinkProgram(program.getProgram()); in draw_elements()
604 ctx.glUseProgram(program.getProgram()); in draw_elements_incomplete_primitive()
642 ctx.glUseProgram(program.getProgram()); in draw_elements_incomplete_primitive()
643 ctx.glTransformFeedbackVaryings(program.getProgram(), 1, &tfVarying, GL_INTERLEAVED_ATTRIBS); in draw_elements_incomplete_primitive()
644 ctx.glLinkProgram(program.getProgram()); in draw_elements_incomplete_primitive()
[all …]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp71 if (BD.runPasses(BD.getProgram(), Prefix, PfxOutput)) in doTest()
89 if (BD.runPasses(BD.getProgram(), Suffix)) { in doTest()
134 Module *M = CloneModule(BD.getProgram(), VMap); in TestGlobalVariables()
203 BD.getProgram()->getFunction("main")) == Funcs.end()) in TestFuncs()
208 Module *M = CloneModule(BD.getProgram(), VMap); in TestFuncs()
275 Module *M = CloneModule(BD.getProgram(), VMap); in TestBlocks()
385 Module *M = CloneModule(BD.getProgram(), VMap); in TestInsts()
441 BD.getProgram()->global_begin() != BD.getProgram()->global_end()) { in DebugACrash()
444 Module *M = CloneModule(BD.getProgram()); in DebugACrash()
470 for (Module::global_iterator I = BD.getProgram()->global_begin(), in DebugACrash()
[all …]
DMiscompilation.cpp70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
75 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
80 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest()
108 if (BD.runPasses(BD.getProgram(), Prefix, BitcodeResult, false/*delete*/, in doTest()
113 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error); in doTest()
149 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
154 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
159 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest()
265 Module *Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs()
[all …]
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp84 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput)) in doTest()
101 if (BD.runPasses(BD.getProgram(), Suffix)) { in doTest()
146 Module *M = CloneModule(BD.getProgram(), VMap).release(); in TestGlobalVariables()
237 BD.getProgram()->getFunction("main")) == in TestFuncs()
243 Module *M = CloneModule(BD.getProgram(), VMap).release(); in TestFuncs()
350 Module *M = CloneModule(BD.getProgram(), VMap).release(); in TestBlocks()
460 Module *M = CloneModule(BD.getProgram(), VMap).release(); in TestInsts()
536 Module *M = CloneModule(BD.getProgram(), VMap).release(); in TestNamedMDs()
618 Module *M = CloneModule(BD.getProgram(), VMap).release(); in TestNamedMDOps()
622 for (auto &NamedMD : BD.getProgram()->named_metadata()) { in TestNamedMDOps()
[all …]
DMiscompilation.cpp71 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
76 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
81 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest()
109 if (BD.runPasses(BD.getProgram(), Prefix, BitcodeResult, false/*delete*/, in doTest()
114 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
119 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error); in doTest()
151 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest()
156 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
161 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest()
258 Module *Clone = CloneModule(BD.getProgram(), VMap).release(); in TestFuncs()
[all …]
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp300 gl.useProgram(m_program->getProgram()); in render()
303 samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler"); in render()
306 scaleLoc = gl.getUniformLocation(m_program->getProgram(), "u_posScale"); in render()
330 …glu::draw(m_renderCtx, m_program->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays, gl… in render()
335 …glu::draw(m_renderCtx, m_program->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays, gl… in render()
347 …glu::draw(m_renderCtx, m_program->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays, gl… in render()
352 …glu::draw(m_renderCtx, m_program->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays, gl… in render()
364 …glu::draw(m_renderCtx, m_program->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays, gl… in render()
369 …glu::draw(m_renderCtx, m_program->getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), vertexArrays, gl… in render()
791 gl.useProgram(m_program->getProgram()); in render()
[all …]

12345678