/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.hpp | 24 * \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 D | vktShaderExecutor.cpp | 23 * \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 D | vktShaderClockTests.cpp | 127 de::UniquePtr<ShaderExecutor> m_executor;
|
H A D | vktOpaqueTypeIndexingTests.cpp | 873 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 D | vktAtomicOperationTests.cpp | 1008 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 D | vktShaderExecutor.hpp | 24 * \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 D | vktShaderExecutor.cpp | 23 * \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 D | vktShaderClockTests.cpp | 127 de::UniquePtr<ShaderExecutor> m_executor;
|
H A D | vktOpaqueTypeIndexingTests.cpp | 875 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 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(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 D | glsShaderExecUtil.cpp | 455 // 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 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, m_shaderSpec)); in iterate()
|
H A D | glcShaderMacroTests.cpp | 65 de::SharedPtr<ShaderExecutor> executor(createExecutor(m_context.getRenderContext(), m_shaderType, m_shaderSpec)); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 196 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 D | es31fShaderUniformIntegerFunctionTests.cpp | 63 ShaderExecutor* m_executor;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringExplicitLodTests.cpp | 542 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 D | vktTextureFilteringExplicitLodTests.cpp | 542 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 D | es3fShaderBuiltinVarTests.cpp | 114 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 D | es3fShaderPackingFunctionTests.cpp | 81 ShaderExecutor* m_executor;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 507 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testFormat()
|
H A D | vktYCbCrImageQueryTests.cpp | 484 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testImageQuery()
|
H A D | vktYCbCrViewTests.cpp | 704 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 D | vktYCbCrFormatTests.cpp | 507 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testFormat()
|
H A D | vktYCbCrViewTests.cpp | 656 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testPlaneView()
|
H A D | vktYCbCrImageQueryTests.cpp | 484 UniquePtr<ShaderExecutor> executor (createExecutor(context, params.shaderType, getShaderSpec(params), *descLayout)); in testImageQuery()
|