Home
last modified time | relevance | path

Searched refs:genShaderSource (Results 1 – 5 of 5) 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::__anon7d3732a20111::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::__anon96f930280111::InvocationBasicCase
738 std::string genShaderSource (void) const;
750 std::string InvocationAliasWriteCase::genShaderSource (void) const in genShaderSource() function in deqp::gles31::Functional::__anon96f930280111::InvocationAliasWriteCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4201 …std::string(*genShaderSource)(VkShaderStageFlagBits, const TestCaseParams&, bool) = &CommonDescrip… in initAsmPrograms() local
4211 << (*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, false); in initAsmPrograms()
4217 << (*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, true); in initAsmPrograms()
4224 << (*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, false); in initAsmPrograms()
4230 << (*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, true); in initAsmPrograms()
4237 << (*genShaderSource)(VK_SHADER_STAGE_COMPUTE_BIT, m_testCaseParams, false); in initAsmPrograms()
4248 …std::string(*genShaderSource)(VkShaderStageFlagBits, const TestCaseParams&, bool) = &CommonDescrip… in initPrograms() local
4254 << glu::VertexSource((*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, false)); in initPrograms()
4260 << glu::VertexSource((*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, true)); in initPrograms()
4267 … << glu::FragmentSource((*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, false)); in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp4201 …std::string(*genShaderSource)(VkShaderStageFlagBits, const TestCaseParams&, bool) = &CommonDescrip… in initAsmPrograms() local
4211 << (*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, false); in initAsmPrograms()
4217 << (*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, true); in initAsmPrograms()
4224 << (*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, false); in initAsmPrograms()
4230 << (*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, true); in initAsmPrograms()
4237 << (*genShaderSource)(VK_SHADER_STAGE_COMPUTE_BIT, m_testCaseParams, false); in initAsmPrograms()
4248 …std::string(*genShaderSource)(VkShaderStageFlagBits, const TestCaseParams&, bool) = &CommonDescrip… in initPrograms() local
4254 << glu::VertexSource((*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, false)); in initPrograms()
4260 << glu::VertexSource((*genShaderSource)(VK_SHADER_STAGE_VERTEX_BIT, m_testCaseParams, true)); in initPrograms()
4267 … << glu::FragmentSource((*genShaderSource)(VK_SHADER_STAGE_FRAGMENT_BIT, m_testCaseParams, false)); in initPrograms()
[all …]