/external/deqp/modules/gles31/functional/ |
D | es31fProgramStateQueryTests.cpp | 495 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(tcu::StringTem… in iterate() 506 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(tcu::StringTem… in iterate() 517 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(tcu::StringTem… in iterate() 591 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(tcu::StringTem… in iterate() 602 …program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(tcu::StringTem… in iterate() 773 << glu::ComputeSource(tcu::StringTemplate(computeTemplate1).specialize(args)); in getProgramSources()
|
D | es31fSynchronizationTests.cpp | 200 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genShaderSourc… in init() 1784 …haderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(buf.str())); in genWriteProgram() 1855 …haderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(buf.str())); in genReadProgram() 1915 …haderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(buf.str())); in genReadMultipleProgram() 1984 …haderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(buf.str())); in genWriteInterleavedProgram() 2064 …haderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(buf.str())); in genReadInterleavedProgram() 2121 …haderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(buf.str())); in genReadZeroProgram() 2184 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init() 2417 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init() 2425 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init() [all …]
|
D | es31fIndirectComputeDispatchTests.cpp | 109 …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()
|
D | es31fBasicComputeShaderTests.cpp | 624 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate() 694 ComputeSource("#version 310 es\n" in iterate() 705 ComputeSource("#version 310 es\n" in iterate() 1347 ComputeSource("#version 310 es\n" in iterate() 1356 ComputeSource("#version 310 es\n" in iterate() 1480 …const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ComputeSource(s… in iterate()
|
D | es31fSSBOArrayLengthTests.cpp | 96 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init()
|
D | es31fNegativeShaderStorageTests.cpp | 267 sources << glu::ComputeSource(source); in block_number_limits()
|
D | es31fProgramPipelineStateQueryTests.cpp | 178 sources << glu::ProgramSeparable(true) << glu::ComputeSource(s_computeSource); in iterate()
|
D | es31fShaderImageLoadStoreTests.cpp | 896 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in readFloatOrNormTextureWithLookupsAndVerify() 1180 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in iterate() 1431 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in iterate() 2025 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in iterate() 2422 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in iterate() 2609 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in iterate() 2820 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n" in iterate()
|
D | es31fShaderAtomicOpTests.cpp | 172 …m_program = new ShaderProgram(m_context.getRenderContext(), ProgramSources() << ComputeSource(src.… in init() 974 …m_program = new ShaderProgram(m_context.getRenderContext(), ProgramSources() << ComputeSource(src.… in init()
|
D | es31fShaderSharedVarTests.cpp | 157 …m_program = new ShaderProgram(m_context.getRenderContext(), ProgramSources() << ComputeSource(src.… in init()
|
D | es31fComputeShaderBuiltinVarTests.cpp | 165 … ProgramSources() << ComputeSource(genBuiltinVarSource(m_varName, m_varType, localSize)))); in getProgram()
|
D | es31fDrawTests.cpp | 1601 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSour… in init() 1726 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genCmdComputeS… in init() 1737 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genDataCompute… in init() 1748 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genIndexComput… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 172 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 343 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 516 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 681 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 891 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 1176 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 1379 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 1581 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 1745 sourceCollections.glslSources.add("comp0") << glu::ComputeSource( in initPrograms() 1759 sourceCollections.glslSources.add("comp1") << glu::ComputeSource( in initPrograms() [all …]
|
D | vktComputeIndirectComputeDispatchTests.cpp | 427 …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()
|
D | vktComputeShaderBuiltinVarTests.cpp | 192 …programCollection.glslSources.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName,… in initPrograms()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 284 struct ComputeSource : public ShaderSource struct 286 ComputeSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) {} in ComputeSource() function
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 130 programCollection.glslSources.add("comp_store") << glu::ComputeSource(src.str()); in initPrograms() 175 programCollection.glslSources.add("comp_load") << glu::ComputeSource(src.str()); in initPrograms()
|
D | vktImageAtomicOperationTests.cpp | 311 sourceCollections.glslSources.add(m_name) << glu::ComputeSource(source.c_str()); in initPrograms() 386 sourceCollections.glslSources.add(m_name) << glu::ComputeSource(source.c_str()); in initPrograms()
|
D | vktImageSizeTests.cpp | 225 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|
D | vktImageLoadStoreTests.cpp | 394 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 834 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|
D | vktImageQualifiersTests.cpp | 303 programCollection.glslSources.add(m_name) << glu::ComputeSource(programBuffer.str()); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 1045 programCollection.glslSources.add("compute_0") << glu::ComputeSource(src.str()); in initPrograms() 1061 programCollection.glslSources.add("compute_1") << glu::ComputeSource(src.str()); in initPrograms() 1075 programCollection.glslSources.add("compute_2") << glu::ComputeSource(src.str()); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseResidency.cpp | 115 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 131 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|
D | vktSparseResourcesImageSparseResidency.cpp | 166 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|