Home
last modified time | relevance | path

Searched refs:ShaderExecutor (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp76 class ShaderExecutor class
79 virtual ~ShaderExecutor (void);
89 ShaderExecutor (Context& context, const ShaderSpec& shaderSpec) in ShaderExecutor() function in vkt::shaderexecutor::ShaderExecutor
98 ShaderExecutor (const ShaderExecutor&);
99 ShaderExecutor& operator= (const ShaderExecutor&);
103 ShaderExecutor* createExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& s…
DvktShaderExecutor.cpp574 class FragmentOutExecutor : public ShaderExecutor
630 : ShaderExecutor (context, shaderSpec) in FragmentOutExecutor()
1519 class BufferIoExecutor : public ShaderExecutor
1572 : ShaderExecutor(context, shaderSpec) in BufferIoExecutor()
3041 ShaderExecutor::~ShaderExecutor (void) in ~ShaderExecutor()
3045 bool ShaderExecutor::areInputs16Bit (void) const in areInputs16Bit()
3055 bool ShaderExecutor::areOutputs16Bit (void) const in areOutputs16Bit()
3065 bool ShaderExecutor::isOutput16Bit (const size_t ndx) const in isOutput16Bit()
3089 ShaderExecutor* createExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& sha… in createExecutor()
DvktOpaqueTypeIndexingTests.cpp850 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraR… in iterate()
1328 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRe… in iterate()
1691 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRe… in iterate()
DvktAtomicOperationTests.cpp606 …UniquePtr<ShaderExecutor> executor(createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRes… in iterate()
DvktShaderIntegerFunctionTests.cpp381 de::UniquePtr<ShaderExecutor> m_executor;
DvktShaderPackingFunctionTests.cpp149 de::UniquePtr<ShaderExecutor> m_executor;
DvktShaderCommonFunctionTests.cpp504 de::UniquePtr<ShaderExecutor> m_executor;
/external/deqp/modules/glshared/
DglsShaderExecUtil.hpp70 class ShaderExecutor class
73 virtual ~ShaderExecutor (void);
91 ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec);
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log… in operator <<()
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(… in operator <<()
102 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, co…
DglsShaderExecUtil.cpp457 ShaderExecutor::ShaderExecutor (const glu::RenderContext& renderCtx, const ShaderSpec& shaderSpec) in ShaderExecutor() function in deqp::gls::ShaderExecUtil::ShaderExecutor
464 ShaderExecutor::~ShaderExecutor (void) in ~ShaderExecutor()
468 void ShaderExecutor::useProgram (void) in useProgram()
482 class FragmentOutExecutor : public ShaderExecutor
521 : ShaderExecutor (renderCtx, shaderSpec) in FragmentOutExecutor()
812 class BufferIoExecutor : public ShaderExecutor
870 : ShaderExecutor (renderCtx, shaderSpec) in BufferIoExecutor()
1518 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, co… in createExecutor()
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp82 void validateOutput(de::SharedPtr<ShaderExecutor> executor);
105 void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput()
128 void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput()
148 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate()
DglcShaderMacroTests.cpp65 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate()
/external/deqp/modules/gles31/functional/
Des31fShaderBuiltinConstantTests.cpp186 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor()
225 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in verifyInShaderType()
Des31fShaderUniformIntegerFunctionTests.cpp63 ShaderExecutor* m_executor;
Des31fShaderIntegerFunctionTests.cpp186 ShaderExecutor* m_executor;
Des31fOpaqueTypeIndexingTests.cpp66 typedef de::UniquePtr<ShaderExecutor> ShaderExecutorPtr;
Des31fShaderPackingFunctionTests.cpp81 ShaderExecutor* m_executor;
Des31fShaderCommonFunctionTests.cpp261 ShaderExecutor* m_executor;
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp581 de::MovePtr<ShaderExecutor> m_executor;
919 …m_executor = de::MovePtr<ShaderExecutor>(createExecutor(m_context, m_shaderType, m_shaderSpec, *m_… in createResources()
983 de::MovePtr<ShaderExecutor> m_executor;
/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor()
131 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in iterate()
Des3fShaderPackingFunctionTests.cpp81 ShaderExecutor* m_executor;
Des3fShaderCommonFunctionTests.cpp188 ShaderExecutor* m_executor;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp454 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testFormat()
DvktYCbCrViewTests.cpp631 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testPlaneView()
DvktYCbCrImageQueryTests.cpp424 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testImageQuery()
DvktYCbCrConversionTests.cpp491 …const de::UniquePtr<ShaderExecutor> executor (createExecutor(context, shaderType, spec, *lay… in evalShader()

12