/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.hpp | 88 class ShaderExecutor class 91 virtual ~ShaderExecutor (void); 105 ShaderExecutor (Context& context, const ShaderSpec& shaderSpec) in ShaderExecutor() function in vkt::shaderexecutor::ShaderExecutor 114 ShaderExecutor (const ShaderExecutor&); 115 ShaderExecutor& operator= (const ShaderExecutor&); 120 ShaderExecutor* createExecutor (Context& context, glu::ShaderType shaderType, const ShaderSpec& s…
|
D | vktShaderExecutor.cpp | 575 class FragmentOutExecutor : public ShaderExecutor 631 : ShaderExecutor (context, shaderSpec) in FragmentOutExecutor() 1554 class BufferIoExecutor : public ShaderExecutor 1607 : ShaderExecutor(context, shaderSpec) in BufferIoExecutor() 3415 ShaderExecutor::~ShaderExecutor (void) in ~ShaderExecutor() 3419 bool ShaderExecutor::areInputs16Bit (void) const in areInputs16Bit() 3429 bool ShaderExecutor::areOutputs16Bit (void) const in areOutputs16Bit() 3439 bool ShaderExecutor::isOutput16Bit (const size_t ndx) const in isOutput16Bit() 3446 bool ShaderExecutor::areInputs64Bit (void) const in areInputs64Bit() 3456 bool ShaderExecutor::areOutputs64Bit (void) const in areOutputs64Bit() [all …]
|
D | vktShaderClockTests.cpp | 127 de::UniquePtr<ShaderExecutor> m_executor;
|
D | vktOpaqueTypeIndexingTests.cpp | 874 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraR… in iterate() 1352 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRe… in iterate() 1743 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraRe… in iterate()
|
D | vktShaderCommonFunctionTests.cpp | 420 de::UniquePtr<ShaderExecutor> m_executor;
|
D | vktAtomicOperationTests.cpp | 999 …UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType.getType(), m_shaderSpe… in iterate()
|
D | vktShaderIntegerFunctionTests.cpp | 332 de::UniquePtr<ShaderExecutor> m_executor;
|
D | vktShaderPackingFunctionTests.cpp | 128 de::UniquePtr<ShaderExecutor> m_executor;
|
/third_party/vk-gl-cts/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 <<() 103 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() 813 class BufferIoExecutor : public ShaderExecutor 871 : ShaderExecutor (renderCtx, shaderSpec) in BufferIoExecutor() 1520 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, co… in createExecutor()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 196 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& re… in createGetConstantExecutor() 236 …const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderC… in verifyInShaderType()
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 63 ShaderExecutor* m_executor;
|
D | es31fOpaqueTypeIndexingTests.cpp | 66 typedef de::UniquePtr<ShaderExecutor> ShaderExecutorPtr;
|
D | es31fShaderIntegerFunctionTests.cpp | 186 ShaderExecutor* m_executor;
|
D | es31fShaderPackingFunctionTests.cpp | 81 ShaderExecutor* m_executor;
|
D | es31fShaderCommonFunctionTests.cpp | 248 ShaderExecutor* m_executor;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 542 de::MovePtr<ShaderExecutor> m_executor; 906 …m_executor = de::MovePtr<ShaderExecutor>(createExecutor(m_context, m_shaderType, m_shaderSpec, *m_… in createResources() 975 de::MovePtr<ShaderExecutor> m_executor;
|
/third_party/vk-gl-cts/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 | 175 ShaderExecutor* m_executor;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFormatTests.cpp | 507 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testFormat()
|
D | vktYCbCrViewTests.cpp | 637 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testPlaneView()
|
D | vktYCbCrImageQueryTests.cpp | 476 …UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(param… in testImageQuery()
|