/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 | 115 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram() 120 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram() 129 vk::ProgramBinary* buildProgram (const std::string& casePath, in buildProgram() function 287 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollec… in init() 311 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::HlslSourceCollec… in init() 335 …buildProgram<vk::SpirVProgramInfo, vk::SpirVAsmCollection::Iterator>(casePath, asmIterator, m_preb… in init()
|
/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() 1623 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1975 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2340 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2676 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2881 if (!TestCaseBase::buildProgram(m_fs_po_id, m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 2893 if (!TestCaseBase::buildProgram(m_gs_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 3149 if (!TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 3545 if (!TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 3806 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.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 | gl3cTransformFeedbackTests.cpp | 217 m_program_id_with_input_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 221 m_program_id_with_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 225 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 232 m_program_id_with_geometry_shader = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 240 m_program_id_with_tessellation_shaders = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 1777 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testNoVertexNoGeometry() 1822 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testInvalidVarying() 1869 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testRepeatedVarying() 1964 glw::GLuint program = gl3cts::TransformFeedback::Utilities::buildProgram( in testTooManyVaryings() 1985 program = gl3cts::TransformFeedback::Utilities::buildProgram( in testTooManyVaryings() [all …]
|
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 | 214 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const… 215 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
|
/external/skia/src/core/ |
D | SkVMBlitter.cpp | 587 skvm::Program buildProgram(Coverage coverage) { in buildProgram() function in __anon64704ec60111::Blitter 646 fBlitH = this->buildProgram(Coverage::Full); in blitH() 658 fBlitAntiH = this->buildProgram(Coverage::UniformF); in blitAntiH() 685 fBlitMask3D = this->buildProgram(Coverage::Mask3D); in blitMask() 692 fBlitMaskA8 = this->buildProgram(Coverage::MaskA8); in blitMask() 699 fBlitMaskLCD16 = this->buildProgram(Coverage::MaskLCD16); in blitMask()
|
/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_cube_map_array/ |
D | esextcTextureCubeMapArrayImageOperations.cpp | 405 buildProgram(m_copy_po_id, m_copy_cs_id, 1, ©_cs_source); in initTest() 804 if (!buildProgram(m_po_id, m_cs_id, 1 /* part */, &csCode)) in configureProgram() 824 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_vs_id, 1 /* part */, &vsCode)) in configureProgram() 843 …if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_gs_id, 1 /* part */, &gsCode, m_vs_id, in configureProgram() 870 …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/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() 1375 if (!buildProgram(m_is_po_id, m_is_cs_id, 1, &csCode)) in initializeBufferObjectData() 1493 if (!buildProgram(m_ssbo_po_id, m_ssbo_cs_id, 1, &csCode)) in initializeBufferObjectData()
|
/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/llvm-project/lldb/test/API/commands/process/attach/ |
D | TestProcessAttach.py | 50 self.buildProgram('main.cpp', exe)
|
/external/llvm-project/lldb/test/API/api/multithreaded/ |
D | TestMultithreaded.py | 97 self.buildProgram('inferior.cpp', self.inferior)
|
/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()
|