Home
last modified time | relevance | path

Searched refs:buildProgram (Results 1 - 25 of 73) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp173 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 DesextcTestCaseBase.cpp526 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 DesextcGeometryShaderLinking.cpp989 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 DesextcGeometryShaderInput.cpp360 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 DesextcGeometryShaderClipping.cpp178 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 DesextcGeometryShaderAPI.cpp659 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 DesextcGeometryShaderQualifiers.cpp181 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in initProgram()
/third_party/skia/src/core/
H A DSkVMBlitter.cpp426 // 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 DSkVMBlitter.h87 skvm::Program buildProgram(Coverage coverage);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp418 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 Dgl3cTransformFeedbackTests.cpp217 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 Dgl3cCullDistanceTests.hpp50 static void buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body,
H A Dgl3cTextureSizePromotion.hpp389 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 DvkPrograms.hpp218 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 DvksServices.cpp137 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 DesextcTextureCubeMapArrayImageOperations.cpp405 buildProgram(m_copy_po_id, m_copy_cs_id, 1, &copy_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 DesextcTextureCubeMapArrayImageTextureSize.cpp551 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 DesextcTessellationShaderPrimitiveCoverage.cpp435 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 DesextcGPUShader5FmaAccuracy.cpp161 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 DesextcGPUShader5AtomicCountersArrayIndexing.cpp96 if (!buildProgram(m_program_id, m_compute_shader_id, 1, &m_compute_shader_code)) in initTest()
H A DesextcGPUShader5SSBOArrayIndexing.cpp111 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 DesextcTextureBufferOperations.cpp139 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 DesextcTextureBufferAtomicFunctions.cpp120 if (!buildProgram(m_po_id, m_cs_id, 1, &csCode)) in initTest()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp759 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 Des2fShaderApiTests.cpp699 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()

Completed in 39 milliseconds

123