Home
last modified time | relevance | path

Searched refs:genShaderSource (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeAtomicCounterTests.cpp68 std::string genShaderSource (NegativeTestContext& ctx, TestCase test, glu::ShaderType type) in genShaderSource() function
164 …ontext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], genShaderSource(ctx, testCase… in iterateShaders()
Des31fShaderMultisampleInterpolationTests.cpp1472 std::string genShaderSource (void) const;
1508 const std::string source = genShaderSource(); in iterate()
1538 std::string NegativeCompileInterpolationCase::genShaderSource (void) const in genShaderSource() function in deqp::gles31::Functional::__anonf13717430111::NegativeCompileInterpolationCase
Des31fSynchronizationTests.cpp164 virtual std::string genShaderSource (void) const = 0;
222 …gram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genShaderSource())); in init()
469 std::string genShaderSource (void) const;
478 std::string InvocationBasicCase::genShaderSource (void) const in genShaderSource() function in deqp::gles31::Functional::__anon214646e90111::InvocationBasicCase
738 std::string genShaderSource (void) const;
750 std::string InvocationAliasWriteCase::genShaderSource (void) const in genShaderSource() function in deqp::gles31::Functional::__anon214646e90111::InvocationAliasWriteCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4180 …std::string(*genShaderSource)(VkShaderStageFlagBits, const TestCaseParams&, bool) = &CommonDescrip… in initAsmPrograms() local
4190 << (*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, false); in initAsmPrograms()
4196 << (*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, true); in initAsmPrograms()
4203 << (*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, false); in initAsmPrograms()
4209 << (*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, true); in initAsmPrograms()
4216 << (*genShaderSource)(VK_SHADER_STAGE_COMPUTE_BIT, m_testCaseParams, false); in initAsmPrograms()
4227 …std::string(*genShaderSource)(VkShaderStageFlagBits, const TestCaseParams&, bool) = &CommonDescrip… in initPrograms() local
4233 << glu::VertexSource((*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, false)); in initPrograms()
4239 << glu::VertexSource((*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, true)); in initPrograms()
4246 … << glu::FragmentSource((*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, false)); in initPrograms()
[all …]