Searched defs:buildProgram (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp115 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo) function in namespace:vk
138 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo) function in namespace:vk
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp96 return vk::buildProgram(source, buildInfo);
101 return vk::buildProgram(source, buildInfo);
110 vk::ProgramBinary* buildProgram (const std::string& casePath, function in namespace:__anon4677
248 const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollection::Iterator>(casePath, progIter, m_prebuiltBinRegistry, log, &m_progCollection);
269 const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::HlslSourceCollection::Iterator>(casePath, progIter, m_prebuiltBinRegistry, log, &m_progCollection);
290 buildProgram<vk::SpirVProgramInfo, vk::SpirVAsmCollection::Iterator>(casePath, asmIterator, m_prebuiltBinRegistry, log, &m_progCollection);
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp216 void DrawElementsBaseVertexTestBase::buildProgram(const char* fs_code, const char* vs_code, const char* tc_code, function in class:glcts::DrawElementsBaseVertexTestBase
1388 buildProgram(fs_body.c_str(), vs_body.c_str(), use_tessellation_shader_stage ? tc_body.c_str() : DE_NULL,
1568 buildProgram(fs_specialized_code_raw, vs_specialized_code_raw, DE_NULL, /* tc_code */
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSizePromotion.cpp734 Utilities::buildProgram(gl, m_context.getTestContext().getLog(), s_vertex_shader_code, fragment_shader.c_str());
1372 glw::GLuint buildProgram(glw::Functions const& gl, tcu::TestLog& log, glw::GLchar const* const vertex_shader_source, function in namespace:gl3cts::TextureSizePromotion::Utilities
H A Dgl3cCullDistanceTests.cpp68 void CullDistance::Utilities::buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, function in class:glcts::CullDistance::Utilities
909 CullDistance::Utilities::buildProgram(
1668 CullDistance::Utilities::buildProgram(
H A Dgl4cPipelineStatisticsQueryTests.cpp1687 void PipelineStatisticsQueryTestFunctionalBase::buildProgram(const char* cs_body, const char* fs_body, function in class:glcts::PipelineStatisticsQueryTestFunctionalBase
3484 buildProgram(DE_NULL, /* cs_body */
3659 buildProgram(DE_NULL, /* cs_body */
3801 buildProgram(DE_NULL, /* cs_body */
3951 buildProgram(DE_NULL, /* cs_body */
4207 buildProgram(DE_NULL, /* cs_body */
4314 buildProgram(PipelineStatisticsQueryUtilities::dummy_cs_code, DE_NULL, /* fs_body */
H A Dgl3cTransformFeedbackTests.cpp216 m_program_id_with_input_output = gl3cts::TransformFeedback::Utilities::buildProgram(
220 m_program_id_with_output = gl3cts::TransformFeedback::Utilities::buildProgram(
224 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram(
228 m_program_id_with_geometry_shader = gl3cts::TransformFeedback::Utilities::buildProgram(
232 m_program_id_with_tessellation_shaders = gl3cts::TransformFeedback::Utilities::buildProgram(
1859 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram(
1904 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram(
1951 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram(
2046 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram(
2067 program = gl3cts::TransformFeedback::Utilities::buildProgram(
2468 void gl3cts::TransformFeedback::CaptureVertexInterleaved::buildProgram(void) function in class:gl3cts::TransformFeedback::CaptureVertexInterleaved
3019 void gl3cts::TransformFeedback::CaptureGeometryInterleaved::buildProgram(glw::GLuint primitive_case) function in class:gl3cts::TransformFeedback::CaptureGeometryInterleaved
3587 glw::GLuint gl3cts::TransformFeedback::CheckGetXFBVarying::buildProgram(glw::GLuint capture_way, function in class:gl3cts::TransformFeedback::CheckGetXFBVarying
6727 glw::GLuint gl3cts::TransformFeedback::Utilities::buildProgram( function in class:gl3cts::TransformFeedback::Utilities
[all...]
H A Dgl4cShaderSubroutineTests.cpp831 bool Utils::buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body, function in class:gl4cts::ShaderSubroutine::Utils
2196 if (!Utils::buildProgram(gl, vs_body, empty_body, empty_body, empty_body, empty_body, xfb_varyings, n_xfb_varyings,
5021 if (!Utils::buildProgram(gl, getVertexShaderBody(), "", /* tc_body */
8220 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */
9251 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */
9581 if (!Utils::buildProgram(gl, vs_body, "", /* tc_body */
11134 if (Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, NULL, /* xfb_varyings */
11153 /* Release the shaders & the program object that buildProgram() created */
12099 if (Utils::buildProgram(m_context.getRenderContext().getFunctions(), vs_body, tc_body, te_body, gs_body, fs_body,
12482 if (Utils::buildProgram(m_contex
[all...]
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp516 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, function in class:glcts::TestCaseBase
541 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, function in class:glcts::TestCaseBase
575 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, function in class:glcts::TestCaseBase
613 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, function in class:glcts::TestCaseBase
657 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, function in class:glcts::TestCaseBase
796 result = buildProgram(program_object_id, fragment_shader_id, n_fs_body_parts, fs_body_parts, geometry_shader_id,
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp699 void buildProgram (glu::Shader& shader) function in class:deqp::gles2::Functional::ShaderSourceSplitCase
736 buildProgram(shader);
763 void buildProgram (glu::Program& program, ShaderAllocator& shaders);
783 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) function in class:deqp::gles2::Functional::ProgramStateCase
834 buildProgram(program, shaders);
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp759 void buildProgram (glu::Shader& shader) function in class:deqp::gles3::Functional::ShaderSourceSplitCase
796 buildProgram(shader);
823 void buildProgram (glu::Program& program, ShaderAllocator& shaders);
843 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) function in class:deqp::gles3::Functional::ProgramStateCase
894 buildProgram(program, shaders);
1397 void buildProgram (glu::Program& program, ShaderAllocator& shaders);
1417 void ProgramBinaryPersistenceCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) function in class:deqp::gles3::Functional::ProgramBinaryPersistenceCase
1458 buildProgram(program, shaders);

Completed in 1062 milliseconds