/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.hpp | 76 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…
|
D | vktShaderExecutor.cpp | 574 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()
|
D | vktOpaqueTypeIndexingTests.cpp | 850 …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()
|
D | vktAtomicOperationTests.cpp | 606 …UniquePtr<ShaderExecutor> executor(createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRes… in iterate()
|
D | vktShaderIntegerFunctionTests.cpp | 381 de::UniquePtr<ShaderExecutor> m_executor;
|
D | vktShaderPackingFunctionTests.cpp | 149 de::UniquePtr<ShaderExecutor> m_executor;
|
D | vktShaderCommonFunctionTests.cpp | 504 de::UniquePtr<ShaderExecutor> m_executor;
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.hpp | 70 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…
|
D | glsShaderExecUtil.cpp | 457 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/ |
D | glcShaderConstExprTests.cpp | 82 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()
|
D | glcShaderMacroTests.cpp | 65 …de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, … in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 186 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor() 225 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in verifyInShaderType()
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 63 ShaderExecutor* m_executor;
|
D | es31fShaderIntegerFunctionTests.cpp | 186 ShaderExecutor* m_executor;
|
D | es31fOpaqueTypeIndexingTests.cpp | 66 typedef de::UniquePtr<ShaderExecutor> ShaderExecutorPtr;
|
D | es31fShaderPackingFunctionTests.cpp | 81 ShaderExecutor* m_executor;
|
D | es31fShaderCommonFunctionTests.cpp | 261 ShaderExecutor* m_executor;
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 581 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/ |
D | es3fShaderBuiltinVarTests.cpp | 114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor() 131 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in iterate()
|
D | es3fShaderPackingFunctionTests.cpp | 81 ShaderExecutor* m_executor;
|
D | es3fShaderCommonFunctionTests.cpp | 188 ShaderExecutor* m_executor;
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFormatTests.cpp | 454 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testFormat()
|
D | vktYCbCrViewTests.cpp | 631 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testPlaneView()
|
D | vktYCbCrImageQueryTests.cpp | 424 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testImageQuery()
|
D | vktYCbCrConversionTests.cpp | 491 …const de::UniquePtr<ShaderExecutor> executor (createExecutor(context, shaderType, spec, *lay… in evalShader()
|