/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
H A D | esextcTestCaseBase.hpp | 173 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 176 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 180 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 185 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, 191 bool buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts,
|
H A D | esextcTestCaseBase.cpp | 526 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, in buildProgram() function in glcts::TestCaseBase 551 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, in buildProgram() function in glcts::TestCaseBase 585 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, in buildProgram() function in glcts::TestCaseBase 623 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, in buildProgram() function in glcts::TestCaseBase 667 bool TestCaseBase::buildProgram(glw::GLuint po_id, glw::GLuint sh1_shader_id, unsigned int n_sh1_body_parts, in buildProgram() function in glcts::TestCaseBase 809 result = buildProgram(program_object_id, fragment_shader_id, n_fs_body_parts, fs_body_parts, geometry_shader_id, in doesProgramBuild()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A 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_i in iterate() [all...] |
H A D | esextcGeometryShaderInput.cpp | 360 buildProgram(m_program_object_unsized_arrays_id, m_fragment_shader_id, 1 /* number of fragment shader parts */, 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 number */, in init() 1215 if (false == buildProgram(m_program_object_id, m_fragment_shader_id, 1 /* fragment shader parts number */, in init()
|
H A 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_vs_id, in iterate()
|
H A D | esextcGeometryShaderAPI.cpp | 659 if (!TestCaseBase::buildProgram(m_po_id, m_fs_id, 1, &specialized_minimal_fs_raw, m_vs_id, 1, in iterate() 1626 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1978 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2343 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2679 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 2884 if (!TestCaseBase::buildProgram(m_fs_po_id, m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 2896 if (!TestCaseBase::buildProgram(m_gs_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 3152 if (!TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 3548 if (!TestCaseBase::buildProgram(m_po_ids[i], m_fs_id, 1, /* n_sh1_body_parts */ in iterate() 3809 if (!TestCaseBase::buildProgram(m_gs_po_i in iterate() [all...] |
H A D | esextcGeometryShaderQualifiers.cpp | 181 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in initProgram()
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.cpp | 426 // Take care to match buildProgram()'s reuse of the paint color uniforms. in CacheKey() 585 skvm::Program SkVMBlitter::buildProgram(Coverage coverage) { in buildProgram() function in SkVMBlitter 644 fBlitH = this->buildProgram(Coverage::Full); in blitH() 656 fBlitAntiH = this->buildProgram(Coverage::UniformF); in blitAntiH() 659 fBlitH = this->buildProgram(Coverage::Full); in blitAntiH() 698 fBlitMask3D = this->buildProgram(Coverage::Mask3D); in blitMask() 705 fBlitMaskA8 = this->buildProgram(Coverage::MaskA8); in blitMask() 712 fBlitMaskLCD16 = this->buildProgram(Coverage::MaskLCD16); in blitMask()
|
H A D | SkVMBlitter.h | 87 skvm::Program buildProgram(Coverage coverage);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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_type, 1311 glw::GLuint buildProgram(glw::Functions const& gl, tcu::TestLog& log, glw::GLchar const* const geometry_shader_source,
|
H A 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() 2386 void gl3cts::TransformFeedback::CaptureVertexInterleaved::buildProgram(void) buildProgram() function in gl3cts::TransformFeedback::CaptureVertexInterleaved 2937 void gl3cts::TransformFeedback::CaptureGeometryInterleaved::buildProgram(glw::GLuint primitive_case) buildProgram() function in gl3cts::TransformFeedback::CaptureGeometryInterleaved 3507 glw::GLuint gl3cts::TransformFeedback::CheckGetXFBVarying::buildProgram(glw::GLuint capture_way, buildProgram() function in gl3cts::TransformFeedback::CheckGetXFBVarying 6679 glw::GLuint gl3cts::TransformFeedback::Utilities::buildProgram( buildProgram() function in gl3cts::TransformFeedback::Utilities [all...] |
H A D | gl3cCullDistanceTests.hpp | 50 static void buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body,
|
H A D | gl3cTextureSizePromotion.hpp | 389 glw::GLuint buildProgram(glw::Functions const& gl, tcu::TestLog& log, glw::GLchar const* const vertex_shader_source,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPrograms.hpp | 218 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine); 219 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const tcu::CommandLine& commandLine);
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksServices.cpp | 137 if (source.active == "glsl") programBinary.reset( vk::buildProgram(source.glsl, &programInfo, cmd) ); in CompileShader() 138 else if (source.active == "hlsl") programBinary.reset( vk::buildProgram(source.hlsl, &programInfo, cmd) ); in CompileShader()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A 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_id, in configureProgram()
|
H A 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, 1 /* part */, in configureProgram() 836 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_tcs_id, 1 /* part */, &tcsCode, m_tes_id, 1 /* part */, 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()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A 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_tcs_id, 1, in initProgramObjects()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaAccuracy.cpp | 161 if (false == buildProgram(m_program_object_id_for_fma_pass, m_fragment_shader_id, 1 /* number of FS parts */, in initTest() 173 if (false == buildProgram(m_program_object_id_for_float_pass, m_fragment_shader_id, 1 /* number of FS parts */, in initTest()
|
H A D | esextcGPUShader5AtomicCountersArrayIndexing.cpp | 96 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest()
|
H A D | esextcGPUShader5SSBOArrayIndexing.cpp | 111 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A 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() 912 if (!buildProgram(m_fb_po_id, m_fb_fs_id, 1, &fsCode, m_fb_vs_id, 1, &vsCode)) in initializeBufferObjectData() 1197 if (!buildProgram(m_tf_po_id, m_tf_fs_id, 1, &fsCode, m_tf_vs_id, 1, &vsCode)) in initializeBufferObjectData() 1378 if (!buildProgram(m_is_po_id, m_is_cs_id, 1, &csCode)) in initializeBufferObjectData() 1496 if (!buildProgram(m_ssbo_po_id, m_ssbo_cs_id, 1, &csCode)) in initializeBufferObjectData()
|
H A D | esextcTextureBufferAtomicFunctions.cpp | 120 if (!buildProgram(m_po_id, m_cs_id, 1, &csCode)) in initTest()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A 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()
|