Home
last modified time | relevance | path

Searched refs:primitivesGeneratedQueryWithRasterizerDiscard (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c772 features->primitivesGeneratedQueryWithRasterizerDiscard = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c472 query->needs_rast_discard_workaround = !screen->info.primgen_feats.primitivesGeneratedQueryWithRasterizerDiscard; in zink_create_query()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp991 if (m_parameters.rastDiscard() && (pgqFeatures.primitivesGeneratedQueryWithRasterizerDiscard != VK_TRUE)) in checkSupport()
992 TCU_THROW(NotSupportedError, "primitivesGeneratedQueryWithRasterizerDiscard not supported"); in checkSupport()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c874 features->primitivesGeneratedQueryWithRasterizerDiscard = false; in tu_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1156 if (m_parameters.rastDiscard() && (pgqFeatures.primitivesGeneratedQueryWithRasterizerDiscard != VK_TRUE)) in checkSupport()
1157 TCU_THROW(NotSupportedError, "primitivesGeneratedQueryWithRasterizerDiscard not supported"); in checkSupport()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1827 features->primitivesGeneratedQueryWithRasterizerDiscard = true; in radv_GetPhysicalDeviceFeatures2()
3401 features->primitivesGeneratedQueryWithRasterizerDiscard || in radv_CreateDevice()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1656 features->primitivesGeneratedQueryWithRasterizerDiscard = false; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h14114 VkBool32 primitivesGeneratedQueryWithRasterizerDiscard; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h16804 VkBool32 primitivesGeneratedQueryWithRasterizerDiscard; member
H A Dvulkan_hash.hpp10424 VULKAN_HPP_HASH_COMBINE( seed, physicalDevicePrimitivesGeneratedQueryFeaturesEXT.primitivesGeneratedQueryWithRasterizerDiscard );
H A Dvulkan_structs.hpp[all...]

Completed in 224 milliseconds