Home
last modified time | relevance | path

Searched refs:groupShader (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3703 …MovePtr<tcu::TestCaseGroup> groupShader (new tcu::TestCaseGroup(testCtx, shaderName[testTypeNdx]… in multiViewRenderCreateTests() local
3714 groupShader->addChild(new MultiViewRenderTestsCase(testCtx, testName.c_str(), "", parameters)); in multiViewRenderCreateTests()
3723 groupShader->addChild(new MultiViewRenderTestsCase(testCtx, testName.c_str(), "", parameters)); in multiViewRenderCreateTests()
3732groupShader->addChild(new MultiViewRenderTestsCase(testCtx, "max_multi_view_view_count", "", param… in multiViewRenderCreateTests()
3757 targetGroup->addChild(groupShader.release()); in multiViewRenderCreateTests()
3763 groupViewIndex->addChild(groupShader.release()); in multiViewRenderCreateTests()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1610 …HR (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) const
1612 return m_vk.getRayTracingShaderGroupStackSizeKHR(device, pipeline, group, groupShader);
DvkConcreteDeviceInterface.inl325 … (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) const;
DvkVirtualDeviceInterface.inl325 …kDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) const = 0;
DvkNullDriverImpl.inl2848 …kSizeKHR (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader) argument
2853 DE_UNREF(groupShader);
DvkFunctionPointerTypes.inl431 … (VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader);
DvkVulkan_c.inl13459 …SizeKHR)(VkDevice device, VkPipeline pipeline, deUint32 group, VkShaderGroupShaderKHR groupShader);
13502 VkShaderGroupShaderKHR groupShader);
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h12555 …SizeKHR)(VkDevice device, VkPipeline pipeline, uint32_t group, VkShaderGroupShaderKHR groupShader);
12598 VkShaderGroupShaderKHR groupShader);
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp5295 … VkShaderGroupShaderKHR groupShader ) const VULKAN_HPP_NOEXCEPT in vkGetRayTracingShaderGroupStackSizeKHR()
5297 return ::vkGetRayTracingShaderGroupStackSizeKHR( device, pipeline, group, groupShader ); in vkGetRayTracingShaderGroupStackSizeKHR()
Dvulkan_raii.hpp6849 …uint32_t group, VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader ) const VULKAN_HPP_NOEXCEPT;
15850 … uint32_t group, VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader ) const VULKAN_HPP_NOEXCEPT in getRayTracingShaderGroupStackSizeKHR()
15860 … static_cast<VkShaderGroupShaderKHR>( groupShader ) ) ); in getRayTracingShaderGroupStackSizeKHR()
Dvulkan_core.h12960 …SizeKHR)(VkDevice device, VkPipeline pipeline, uint32_t group, VkShaderGroupShaderKHR groupShader);
13003 VkShaderGroupShaderKHR groupShader);
Dvulkan_funcs.hpp17801 … VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader, in getRayTracingShaderGroupStackSizeKHR() argument
17805 …static_cast<VkPipeline>( pipeline ), group, static_cast<VkShaderGroupShaderKHR>( groupShader ) ) ); in getRayTracingShaderGroupStackSizeKHR()
Dvulkan_handles.hpp11032 … VULKAN_HPP_NAMESPACE::ShaderGroupShaderKHR groupShader,