/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.hpp | 165 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 168 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 172 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 177 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 183 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts,
|
D | esextcTestCaseBase.cpp | 516 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram() function in glcts::TestCaseBase 541 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram() function in glcts::TestCaseBase 575 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram() function in glcts::TestCaseBase 613 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram() function in glcts::TestCaseBase 657 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_bo… in buildProgram() function in glcts::TestCaseBase 799 …result = buildProgram(program_object_id, fragment_shader_id, n_fs_body_parts, fs_body_parts, geome… in doesProgramBuild()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 101 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram() 106 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram() 115 vk::ProgramBinary* buildProgram (const std::string& casePath, in buildProgram() function 262 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollec… in init() 286 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::HlslSourceCollec… in init() 310 …buildProgram<vk::SpirVProgramInfo, vk::SpirVAsmCollection::Iterator>(casePath, asmIterator, m_preb… in init()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageOperations.cpp | 375 buildProgram(m_copy_po_id, m_copy_cs_id, 1, ©_cs_source); in initTest() 781 if (!buildProgram(m_po_id, m_cs_id, 1 /* part */, &csCode)) in configureProgram() 798 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_vs_id, 1 /* part */, &vsCode)) in configureProgram() 817 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_vs_id, 1 /* part */, &vsCode)) in configureProgram() 839 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_gs_id, 1 /* part */, &gsCode, m_vs_id, in configureProgram() 865 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_tc_id, 1 /* part */, &tcsCode, m_te_i… in configureProgram() 891 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_tc_id, 1 /* part */, &tcsCode, m_te_i… in configureProgram()
|
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 551 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_vs_id, 1 /* part */, &vsCode)) in configureProgram() 677 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_gs_id, 1 /* part */, &gsCode, m_vs_id… in configureProgram() 836 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_tcs_id, 1 /* part */, &tcsCode, m_tes… in configureProgram() 1338 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_vs_id, 1 /* part */, &vsCode)) in configureProgram() 1471 if (!buildProgram(m_po_id, m_cs_id, 1 /* part */, &csCode)) in configureProgram()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLinking.cpp | 989 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1134 bool buildSuccess = TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1294 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1423 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1553 has_program_link_succeeded = TestCaseBase::buildProgram( in iterate() 1719 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1885 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2013 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2231 if (TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 2379 if (TestCaseBase::buildProgram(m_po_id, m_fs_id, 1, /* n_sh1_body_parts */ in iterate()
|
D | esextcGeometryShaderInput.cpp | 360 …buildProgram(m_program_object_unsized_arrays_id, m_fragment_shader_id, 1 /* number of fragment sha… in initTest() 368 if (false == buildProgram(m_program_object_sized_arrays_id, m_fragment_shader_id, in initTest() 847 if (false == buildProgram(info.po_id, info.fs_id, 1 /* number of fragment shader code parts */, in initCaseProgram() 944 …if (false == buildProgram(m_program_object_id, m_fragment_shader_id, 1 /* fragment shader parts nu… in init() 1215 …if (false == buildProgram(m_program_object_id, m_fragment_shader_id, 1 /* fragment shader parts nu… in init()
|
D | esextcGeometryShaderAPI.cpp | 656 if (!TestCaseBase::buildProgram(m_po_id, m_fs_id, 1, &specialized_dummy_fs_raw, m_vs_id, 1, in iterate() 1618 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1970 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2335 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2671 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2876 if (!TestCaseBase::buildProgram(m_fs_po_id, m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 2888 if (!TestCaseBase::buildProgram(m_gs_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 3144 if (!TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 3540 if (!TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 3801 if (!TestCaseBase::buildProgram(m_gs_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() [all …]
|
D | esextcGeometryShaderClipping.cpp | 178 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &m_fs_code, m_gs_id, 1 /* part */, &m_gs_code, m… in iterate()
|
D | esextcGeometryShaderQualifiers.cpp | 181 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in initProgram()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackTests.cpp | 216 m_program_id_with_input_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 220 m_program_id_with_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 224 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 228 m_program_id_with_geometry_shader = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 232 m_program_id_with_tessellation_shaders = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 1755 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testNoVertexNoGeometry() 1800 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testInvalidVarying() 1847 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testRepeatedVarying() 1942 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testTooManyVaryings() 1963 program = gl3cts::TransformFeedback::Utilities::buildProgram( in testTooManyVaryings() [all …]
|
D | gl3cTransformFeedbackTests.hpp | 418 virtual void buildProgram(void); 462 using CaptureVertexInterleaved::buildProgram; 463 virtual void buildProgram(glw::GLuint primitive_case); 648 …glw::GLuint buildProgram(glw::GLuint capture_way, glw::GLuint shader_case, glw::GLuint varying_typ… 1311 glw::GLuint buildProgram(glw::Functions const& gl, tcu::TestLog& log, glw::GLchar const* const geom…
|
D | gl3cCullDistanceTests.hpp | 50 …static void buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* c…
|
D | gl3cTextureSizePromotion.hpp | 389 glw::GLuint buildProgram(glw::Functions const& gl, tcu::TestLog& log, glw::GLchar const* const vert…
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPrograms.hpp | 210 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const… 211 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
|
D | vkPrograms.cpp | 553 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram() function 638 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram() function 785 ProgramBinary* buildProgram (const GlslSource&, glu::ShaderProgramInfo*, const tcu::CommandLine&) in buildProgram() function 790 ProgramBinary* buildProgram (const HlslSource&, glu::ShaderProgramInfo*, const tcu::CommandLine&) in buildProgram() function
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPrimitiveCoverage.cpp | 435 if (!buildProgram(m_stencil_verification_po_id, m_vs_id, 1, &m_vs_code, m_fs_id, 1, &m_fs_code)) in initProgramObjects() 441 if (!buildProgram(m_quad_tessellation_po_id, m_vs_id, 1, &m_vs_code, m_quad_tessellation_tcs_id, 1, in initProgramObjects() 449 …if (!buildProgram(m_triangles_tessellation_po_id, m_vs_id, 1, &m_vs_code, m_triangles_tessellation… in initProgramObjects()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferOperations.cpp | 139 if (!buildProgram(m_po_cs_id, m_cs_id, 1, &csCode)) in initFirstPhase() 237 if (!buildProgram(m_po_vs_fs_id, m_fs_id, 1, &fsCode, m_vs_id, 1, &vsCode)) in initSecondPhase() 909 if (!buildProgram(m_fb_po_id, m_fb_fs_id, 1, &fsCode, m_fb_vs_id, 1, &vsCode)) in initializeBufferObjectData() 1194 if (!buildProgram(m_tf_po_id, m_tf_fs_id, 1, &fsCode, m_tf_vs_id, 1, &vsCode)) in initializeBufferObjectData() 1373 if (!buildProgram(m_is_po_id, m_is_cs_id, 1, &csCode)) in initializeBufferObjectData() 1491 if (!buildProgram(m_ssbo_po_id, m_ssbo_cs_id, 1, &csCode)) in initializeBufferObjectData()
|
D | esextcTextureBufferAtomicFunctions.cpp | 120 if (!buildProgram(m_po_id, m_cs_id, 1, &csCode)) in initTest()
|
D | esextcTextureBufferActiveUniformValidation.cpp | 539 if (!buildProgram(m_po_id, m_fs_id, 1, &fsCode, m_vs_id, 1, &vsCode)) in createProgram() 669 if (!buildProgram(m_po_id, m_cs_id, 1, &csCode)) in createProgram()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5FmaAccuracy.cpp | 161 …if (false == buildProgram(m_program_object_id_for_fma_pass, m_fragment_shader_id, 1 /* number of F… in initTest() 173 …if (false == buildProgram(m_program_object_id_for_float_pass, m_fragment_shader_id, 1 /* number of… in initTest()
|
D | esextcGPUShader5AtomicCountersArrayIndexing.cpp | 96 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest()
|
D | esextcGPUShader5SSBOArrayIndexing.cpp | 111 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 759 void buildProgram (glu::Shader& shader) in buildProgram() function in deqp::gles3::Functional::ShaderSourceSplitCase 796 buildProgram(shader); in test() 823 void buildProgram (glu::Program& program, ShaderAllocator& shaders); 843 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) in buildProgram() function in deqp::gles3::Functional::ProgramStateCase 894 buildProgram(program, shaders); in test() 1397 void buildProgram (glu::Program& program, ShaderAllocator& shaders); 1417 void ProgramBinaryPersistenceCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) in buildProgram() function in deqp::gles3::Functional::ProgramBinaryPersistenceCase 1458 buildProgram(program, shaders); in test()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 699 void buildProgram (glu::Shader& shader) in buildProgram() function in deqp::gles2::Functional::ShaderSourceSplitCase 736 buildProgram(shader); in test() 763 void buildProgram (glu::Program& program, ShaderAllocator& shaders); 783 void ProgramStateCase::buildProgram (glu::Program& program, ShaderAllocator& shaders) in buildProgram() function in deqp::gles2::Functional::ProgramStateCase 834 buildProgram(program, shaders); in test()
|