HomeSort by relevance Sort by last modified time
    Searched full:casefactory (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 35 class CaseFactory : public glu::sl::ShaderCaseFactory
38 CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo)
76 CaseFactory caseFactory (m_testCtx, m_renderCtx, m_contextInfo);
78 return glu::sl::parseFile(m_testCtx.getArchive(), fileName, &caseFactory);
glsBuiltinPrecisionTests.hpp 41 class CaseFactory;
47 virtual const std::vector<const CaseFactory*> getFactories (void) const = 0;
glsBuiltinPrecisionTests.cpp     [all...]
  /external/mesa3d/src/compiler/glsl/
lower_blend_equation_advanced.cpp 326 ir_factory casefactory = f; local
334 casefactory.emit(iff);
335 casefactory.instructions = &iff->then_instructions;
374 set_lum_sat(&casefactory, factor, src_rgb, dst_rgb, dst_rgb);
377 set_lum_sat(&casefactory, factor, dst_rgb, src_rgb, dst_rgb);
380 set_lum(&casefactory, factor, src_rgb, dst_rgb);
383 set_lum(&casefactory, factor, dst_rgb, src_rgb);
391 casefactory.emit(assign(factor, val));
393 casefactory.instructions = &iff->else_instructions;
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 168 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory);
gluShaderLibrary.cpp 313 ShaderParser (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]

Completed in 802 milliseconds