Home
last modified time | relevance | path

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

123456

/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.cpp222 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genShaderSourc… in init()
1807 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genWriteProgram()
1878 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadProgram()
1938 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadMultipleProgram()
2007 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genWriteInterleavedProgram()
2087 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadInterleavedProgram()
2144 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(specializeShad… in genReadZeroProgram()
2207 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
2440 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
2448 …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()
Des31fSSBOArrayLengthTests.cpp96 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
Des31fNegativeShaderStorageTests.cpp267 sources << glu::ComputeSource(source); in block_number_limits()
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()
1404 …const ShaderProgram program0 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
1405 …const ShaderProgram program1 (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
1522 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
/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.cpp105 programCollection.glslSources.add("ResetSSBO") << glu::ComputeSource(resetSSBOShader); in initPrograms()
111 …programCollection.glslSources.add("ImageValidator") << glu::ComputeSource(tcu::StringTemplate(vali… in initPrograms()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp1219 m_sources.push_back(ComputeSource("#version 450\n" in init()
1259 m_sources.push_back(ComputeSource(strATan)); in init()
1260 m_sources.push_back(ComputeSource(strATan2)); in init()
1263 m_sources.push_back(ComputeSource("#version 450\n" in init()
1282 m_sources.push_back(ComputeSource("#version 450\n" in init()
1334 m_sources.push_back(ComputeSource(strIntBits)); in init()
1335 m_sources.push_back(ComputeSource(strUIntBits)); in init()
1338 m_sources.push_back(ComputeSource("#version 450\n" in init()
1362 m_sources.push_back(ComputeSource("#version 450\n" in init()
1383 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/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp252 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
464 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
661 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1015 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1123 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1218 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
DvktComputeBasicComputeShaderTests.cpp183 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
354 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
527 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
692 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
887 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1162 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1365 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1567 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1731 sourceCollections.glslSources.add("comp0") << glu::ComputeSource( in initPrograms()
1745 sourceCollections.glslSources.add("comp1") << glu::ComputeSource( in initPrograms()
[all …]
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp509 << glu::ComputeSource(src.str()) in initPrograms()
942 << ComputeSource(src.str()) in initPrograms()
1170 << ComputeSource(src.str()) in initPrograms()
1302 << ComputeSource(src.str()) in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDerivativeTests.cpp74 sources.glslSources.add("comp") << glu::ComputeSource(computeSource.str()); in initComputeDerivativePrograms()
/external/deqp/framework/opengl/
DgluShaderProgram.hpp295 struct ComputeSource : public ShaderSource struct
297 ComputeSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) {} in ComputeSource() argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorSetTests.cpp613 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutLifetimeComputeSource()
623 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutBindingOrderingSource()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp78 dst.hlslSources.add("comp") << glu::ComputeSource(source) in init()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp134 programCollection.glslSources.add("comp_store") << glu::ComputeSource(src.str()); in initPrograms()
179 programCollection.glslSources.add("comp_load") << glu::ComputeSource(src.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemShaderTimeoutTests.cpp151 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsBuiltinMaskVarTests.cpp258 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
DglcSubgroupsBallotTests.cpp218 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
DglcSubgroupsBallotOtherTests.cpp359 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
DglcSubgroupsShapeTests.cpp315 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp143 …programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(src.str())) <… in initPrograms()

123456