/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeAtomicCounterTests.cpp | 68 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()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1472 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
|
D | es31fSynchronizationTests.cpp | 164 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/ |
D | vktDescriptorSetsIndexingTests.cpp | 4201 …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/ |
D | vktDescriptorSetsIndexingTests.cpp | 4201 …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 …]
|