Home
last modified time | relevance | path

Searched refs:ComputeSource (Results 1 – 25 of 79) sorted by relevance

1234

/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp195 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_uniform_block_limit()
213 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_shader_storage_block_limit()
237 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_texture_image_units_limit()
273 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_image_uniforms_limit()
296 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_shared_memory_size_limit()
319 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_uniform_components_limit()
351 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_atomic_counter_buffer_limit()
376 << glu::ComputeSource(generateComputeShader(ctx, shaderDecl.str(), shaderBody.str()))); in exceed_atomic_counters_limit()
454 …const glu::ComputeSource compSource(tcu::StringTemplate(invalidComputeShaderSource).specialize(arg… in invalid_program_query()
500 const glu::ComputeSource compSource(tcu::StringTemplate(computeShaderSource).specialize(args)); in invalid_dispatch_compute_indirect()
[all …]
Des31fProgramStateQueryTests.cpp502 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in iterate()
513 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in iterate()
524 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in iterate()
593 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in iterate()
604 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in iterate()
771 << glu::ComputeSource(specializeShader(m_context, computeTemplate1)); in getProgramSources()
Des31fSynchronizationTests.cpp216 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genShaderSourc… in init()
1802 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genWriteProgram()
1873 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadProgram()
1933 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadMultipleProgram()
2002 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genWriteInterleavedProgram()
2082 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadInterleavedProgram()
2139 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadZeroProgram()
2202 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
2435 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
2443 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
[all …]
Des31fIndirectComputeDispatchTests.cpp109 …return glu::ProgramSources() << glu::ComputeSource(tcu::StringTemplate(s_verifyDispatchTmpl).speci… in genVerifySources()
242 …m program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(src.str())); in createCmdBufferCompute()
Des31fBasicComputeShaderTests.cpp637 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
737 …const ShaderProgram program0 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
738 …const ShaderProgram program1 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
1400 …const ShaderProgram program0 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
1401 …const ShaderProgram program1 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
1518 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
Des31fSSBOArrayLengthTests.cpp96 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
Des31fNegativeShaderStorageTests.cpp267 sources << glu::ComputeSource(source); in block_number_limits()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.cpp178 programCollection.glslSources.add("ResetSSBO") << glu::ComputeSource(resetSSBOShader); in initBufferValidatorPrograms()
179 programCollection.glslSources.add("BufferValidator") << glu::ComputeSource(validatorShader); in initBufferValidatorPrograms()
DvktProtectedMemImageValidator.cpp104 programCollection.glslSources.add("ResetSSBO") << glu::ComputeSource(resetSSBOShader); in initPrograms()
110 …programCollection.glslSources.add("ImageValidator") << glu::ComputeSource(tcu::StringTemplate(vali… in initPrograms()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp1633 m_sources.push_back(ComputeSource("#version 450\n" in init()
1673 m_sources.push_back(ComputeSource(strATan)); in init()
1674 m_sources.push_back(ComputeSource(strATan2)); in init()
1677 m_sources.push_back(ComputeSource("#version 450\n" in init()
1696 m_sources.push_back(ComputeSource("#version 450\n" in init()
1748 m_sources.push_back(ComputeSource(strIntBits)); in init()
1749 m_sources.push_back(ComputeSource(strUIntBits)); in init()
1752 m_sources.push_back(ComputeSource("#version 450\n" in init()
1776 m_sources.push_back(ComputeSource("#version 450\n" in init()
1797 m_sources.push_back(ComputeSource("#version 450\n" in init()
[all …]
Dgl4cSparseTexture2Tests.cpp307 sources << ComputeSource(shader); in iterate()
1081 sources << ComputeSource(shader); in writeDataToTexture()
1277 sources << ComputeSource(shader); in verifyTextureData()
1847 sources << ComputeSource(shader); in verifyTextureDataExtended()
1989 sources << ComputeSource(shader); in verifyAtomicOperations()
2713 sources << ComputeSource(shader); in writeDataToTexture()
2872 sources << ComputeSource(shader); in verifyLookupTextureData()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp177 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
348 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
521 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
686 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
881 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1156 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1359 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1561 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1725 sourceCollections.glslSources.add("comp0") << glu::ComputeSource( in initPrograms()
1739 sourceCollections.glslSources.add("comp1") << glu::ComputeSource( in initPrograms()
[all …]
DvktComputeIndirectComputeDispatchTests.cpp427 …programCollection.glslSources.add("indirect_dispatch_" + m_name + "_verify") << glu::ComputeSource in initPrograms()
570 ….glslSources.add("indirect_dispatch_" + m_name + "_generate") << glu::ComputeSource(computeString); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDerivativeTests.cpp74 sources.glslSources.add("comp") << glu::ComputeSource(computeSource.str()); in initComputeDerivativePrograms()
DvktPipelinePushDescriptorTests.cpp1008 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
2556 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
2576 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
2596 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
2615 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
3449 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
3468 sourceCollections.glslSources.add("compute") << glu::ComputeSource(computeSrc); in initPrograms()
/external/deqp/framework/opengl/
DgluShaderProgram.hpp295 struct ComputeSource : public ShaderSource struct
297 ComputeSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) {} in ComputeSource() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorSetTests.cpp260 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutLifetimeComputeSource()
/external/deqp/external/vulkancts/modules/vulkan/vkrunner/
DvktVkRunnerTestCase.cpp189 …slSources.add(vr_stage_name[m_testCaseData.shaders[i].stage]) << glu::ComputeSource(m_testCaseData… in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp133 programCollection.glslSources.add("comp_store") << glu::ComputeSource(src.str()); in initPrograms()
178 programCollection.glslSources.add("comp_load") << glu::ComputeSource(src.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp996 programCollection.glslSources.add("compute_0") << glu::ComputeSource(src.str()); in initPrograms()
1012 programCollection.glslSources.add("compute_1") << glu::ComputeSource(src.str()); in initPrograms()
1026 programCollection.glslSources.add("compute_2") << glu::ComputeSource(src.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotOtherTests.cpp364 …<< glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk… in initPrograms()
DvktSubgroupsBallotTests.cpp737 …<< glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk… in initPrograms()
DvktSubgroupsBuiltinMaskVarTests.cpp1220 …<< glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk… in initPrograms()
DvktSubgroupsShapeTests.cpp319 …<< glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk… in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp126 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()

1234