Home
last modified time | relevance | path

Searched refs:ShaderExecutor (Results 1 - 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp24 * \brief Vulkan ShaderExecutor
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& shaderSpec, vk::VkDescriptorSetLayout extraResourcesLayout = (vk::VkDescriptorSetLayout)0);
H A DvktShaderExecutor.cpp23 * \brief Vulkan ShaderExecutor
576 class FragmentOutExecutor : public ShaderExecutor
632 : ShaderExecutor (context, shaderSpec) in FragmentOutExecutor()
1557 class BufferIoExecutor : public ShaderExecutor
1610 : ShaderExecutor(context, shaderSpec) in BufferIoExecutor()
3654 // ShaderExecutor
3656 ShaderExecutor::~ShaderExecutor (void) in ~ShaderExecutor()
3660 bool ShaderExecutor::areInputs16Bit (void) const in areInputs16Bit()
3670 bool ShaderExecutor
[all...]
H A DvktShaderClockTests.cpp127 de::UniquePtr<ShaderExecutor> m_executor;
H A DvktOpaqueTypeIndexingTests.cpp873 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraResourcesLayout)); in iterate()
1349 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraResourcesLayout)); in iterate()
1738 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraResourcesLayout)); in iterate()
H A DvktAtomicOperationTests.cpp1008 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType.getType(), m_shaderSpec, *extraResourcesLayout)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp24 * \brief Vulkan ShaderExecutor
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& shaderSpec, vk::VkDescriptorSetLayout extraResourcesLayout = (vk::VkDescriptorSetLayout)0);
H A DvktShaderExecutor.cpp23 * \brief Vulkan ShaderExecutor
576 class FragmentOutExecutor : public ShaderExecutor
632 : ShaderExecutor (context, shaderSpec) in FragmentOutExecutor()
1557 class BufferIoExecutor : public ShaderExecutor
1610 : ShaderExecutor(context, shaderSpec) in BufferIoExecutor()
3654 // ShaderExecutor
3656 ShaderExecutor::~ShaderExecutor (void) in ~ShaderExecutor()
3660 bool ShaderExecutor::areInputs16Bit (void) const in areInputs16Bit()
3670 bool ShaderExecutor
[all...]
H A DvktShaderClockTests.cpp127 de::UniquePtr<ShaderExecutor> m_executor;
H A DvktOpaqueTypeIndexingTests.cpp875 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraResourcesLayout)); in iterate()
1353 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraResourcesLayout)); in iterate()
1744 UniquePtr<ShaderExecutor> executor (createExecutor(m_context, m_shaderType, m_shaderSpec, *extraResourcesLayout)); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A 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(log); return log; } in operator <<()
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; } in operator <<()
103 ShaderExecutor* createExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const ShaderSpec& shaderSpec);
H A DglsShaderExecUtil.cpp455 // ShaderExecutor
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 (renderCt in BufferIoExecutor()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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, m_shaderSpec)); in iterate()
H A DglcShaderMacroTests.cpp65 de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, m_shaderSpec)); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp196 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& renderCtx, in createGetConstantExecutor()
236 const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderContext(), shaderType, glu::dataTypeOf<DataType>(), m_varName, m_requiredExt)); in verifyInShaderType()
H A Des31fShaderUniformIntegerFunctionTests.cpp63 ShaderExecutor* m_executor;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp542 de::MovePtr<ShaderExecutor> m_executor;
913 m_executor = de::MovePtr<ShaderExecutor>(createExecutor(m_context, m_shaderType, m_shaderSpec, *m_extraResourcesLayout)); in createResources()
981 de::MovePtr<ShaderExecutor> m_executor;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp542 de::MovePtr<ShaderExecutor> m_executor;
913 m_executor = de::MovePtr<ShaderExecutor>(createExecutor(m_context, m_shaderType, m_shaderSpec, *m_extraResourcesLayout)); in createResources()
982 de::MovePtr<ShaderExecutor> m_executor;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp114 static gls::ShaderExecUtil::ShaderExecutor* createGetConstantExecutor (const glu::RenderContext& renderCtx, glu::ShaderType shaderType, const std::string& varName) in createGetConstantExecutor()
131 const de::UniquePtr<ShaderExecutor> shaderExecutor (createGetConstantExecutor(m_context.getRenderContext(), m_shaderType, m_varName)); in iterate()
H A Des3fShaderPackingFunctionTests.cpp81 ShaderExecutor* m_executor;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp507 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testFormat()
H A DvktYCbCrImageQueryTests.cpp484 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testImageQuery()
H A DvktYCbCrViewTests.cpp704 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testPlaneView()
775 // uint32_t values, depending on the underlying plane compatible format, when used as the ShaderExecutor output. in testPlaneView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp507 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testFormat()
H A DvktYCbCrViewTests.cpp656 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testPlaneView()
H A DvktYCbCrImageQueryTests.cpp484 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testImageQuery()

Completed in 66 milliseconds

12