Home
last modified time | relevance | path

Searched refs:pGranularity (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pass.c201 VkExtent2D* pGranularity) in radv_GetRenderAreaGranularity() argument
203 pGranularity->width = 1; in radv_GetRenderAreaGranularity()
204 pGranularity->height = 1; in radv_GetRenderAreaGranularity()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c310 VkExtent2D* pGranularity) in anv_GetRenderAreaGranularity() argument
320 *pGranularity = (VkExtent2D) { .width = 8, .height = 4 }; in anv_GetRenderAreaGranularity()
325 *pGranularity = (VkExtent2D) { 1, 1 }; in anv_GetRenderAreaGranularity()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h750 …d anv_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
751 … gen7_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
752 …gen75_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
753 … gen8_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
754 … gen9_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
755 …gen10_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
Danv_entrypoints.c515 …AreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) __attribute__ …
936 …AreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) __attribute__ …
1357 …AreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) __attribute__ …
1778 …AreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) __attribute__ …
2199 …AreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) __attribute__ …
2620 …AreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) __attribute__ …
3352 …_tramp_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) in anv_tramp_GetRenderAreaGranularity() argument
3355 return anv_device->dispatch.vkGetRenderAreaGranularity(device, renderPass, pGranularity); in anv_tramp_GetRenderAreaGranularity()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl345 …getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) const
347 m_vk.getRenderAreaGranularity(device, renderPass, pGranularity);
DvkConcreteDeviceInterface.inl72 …nderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) const;
DvkVirtualDeviceInterface.inl72 …AreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) const = 0;
DvkNullDriverImpl.inl598 …_CALL getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) argument
602 DE_UNREF(pGranularity);
DvkFunctionPointerTypes.inl88 …derAreaGranularityFunc) (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
DvkVulkan_c.inl2711 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3228 VkExtent2D* pGranularity);
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp1183 …CALL vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) in vkGetRenderAreaGranularity() argument
/external/mesa3d/include/vulkan/
Dvulkan.h2638 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3155 VkExtent2D* pGranularity);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2818 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3335 VkExtent2D* pGranularity);
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2818 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3335 VkExtent2D* pGranularity);
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2983 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3500 VkExtent2D* pGranularity);
Dvulkan.hpp1707 …etRenderAreaGranularity( VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity ) const in vkGetRenderAreaGranularity()
1709 return ::vkGetRenderAreaGranularity( device, renderPass, pGranularity ); in vkGetRenderAreaGranularity()
14743 …void getRenderAreaGranularity( RenderPass renderPass, Extent2D* pGranularity, Dispatch const &d = …
51262 …id Device::getRenderAreaGranularity( RenderPass renderPass, Extent2D* pGranularity, Dispatch const… in getRenderAreaGranularity() argument
51264 …m_device, static_cast<VkRenderPass>( renderPass ), reinterpret_cast<VkExtent2D*>( pGranularity ) ); in getRenderAreaGranularity()
/external/swiftshader/include/vulkan/
Dvulkan_core.h2936 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3453 VkExtent2D* pGranularity);
Dvulkan.hpp2323 …tRenderAreaGranularity( VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity ) const in vkGetRenderAreaGranularity()
2325 return ::vkGetRenderAreaGranularity( device, renderPass, pGranularity); in vkGetRenderAreaGranularity()
40700 …void getRenderAreaGranularity( RenderPass renderPass, Extent2D* pGranularity, Dispatch const &d = …
43096 …id Device::getRenderAreaGranularity( RenderPass renderPass, Extent2D* pGranularity, Dispatch const… in getRenderAreaGranularity() argument
43098 …m_device, static_cast<VkRenderPass>( renderPass ), reinterpret_cast<VkExtent2D*>( pGranularity ) ); in getRenderAreaGranularity()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2708 …FN_vkGetRenderAreaGranularity)(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity);
3225 VkExtent2D* pGranularity);