Home
last modified time | relevance | path

Searched refs:VK_QUERY_RESULT_PARTIAL_BIT (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_query.c122 if (!ready && !(flags & VK_QUERY_RESULT_PARTIAL_BIT)) in lvp_GetQueryPoolResults()
125 if (ready || (flags & VK_QUERY_RESULT_PARTIAL_BIT)) { in lvp_GetQueryPoolResults()
152 if (ready || (flags & VK_QUERY_RESULT_PARTIAL_BIT)) { in lvp_GetQueryPoolResults()
H A Dlvp_execute.c2996 if (copycmd->flags & VK_QUERY_RESULT_PARTIAL_BIT) in handle_copy_query_pool_results()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c95 * if ((flags & VK_QUERY_RESULT_PARTIAL_BIT) || available) { in build_occlusion_query_shader()
175 nir_push_if(&b, nir_ior(&b, nir_test_mask(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT), in build_occlusion_query_shader()
234 * } else if (flags & VK_QUERY_RESULT_PARTIAL_BIT) { in build_pipeline_statistics_query_shader()
339 nir_push_if(&b, nir_test_mask(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT)); in build_pipeline_statistics_query_shader()
363 nir_pop_if(&b, NULL); /* VK_QUERY_RESULT_PARTIAL_BIT */ in build_pipeline_statistics_query_shader()
394 * if ((flags & VK_QUERY_RESULT_PARTIAL_BIT) || available) { in build_tfb_query_shader()
473 nir_push_if(&b, nir_ior(&b, nir_test_mask(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT), in build_tfb_query_shader()
515 * if ((flags & VK_QUERY_RESULT_PARTIAL_BIT) || available) { in build_timestamp_query_shader()
577 nir_push_if(&b, nir_ior(&b, nir_test_mask(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT), in build_timestamp_query_shader()
628 * if ((flags & VK_QUERY_RESULT_PARTIAL_BIT) || availabl in build_pg_query_shader()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c321 else if (flags & VK_QUERY_RESULT_PARTIAL_BIT) in dzn_GetQueryPoolResults()
332 else if (flags & VK_QUERY_RESULT_PARTIAL_BIT) in dzn_GetQueryPoolResults()
342 if (!available && !(flags & VK_QUERY_RESULT_PARTIAL_BIT)) in dzn_GetQueryPoolResults()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_query_pool.c120 flags & (VK_QUERY_RESULT_WAIT_BIT | VK_QUERY_RESULT_PARTIAL_BIT); in vn_GetQueryPoolResults()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.cpp143 // "If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set in getResults()
152 writeResult = (flags & VK_QUERY_RESULT_PARTIAL_BIT); // Allow writing partial results in getResults()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c481 * "If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are in GetQueryPoolResults()
494 bool write_results = available || (flags & VK_QUERY_RESULT_PARTIAL_BIT); in GetQueryPoolResults()
504 * "If VK_QUERY_RESULT_PARTIAL_BIT is set, in GetQueryPoolResults()
560 VK_QUERY_RESULT_PARTIAL_BIT)) == 0); in GetQueryPoolResults()
1452 * unavailable and the VK_QUERY_RESULT_PARTIAL_BIT flag is set, in CmdCopyQueryPoolResults()
1454 * VK_QUERY_RESULT_PARTIAL_BIT isn't set, don't write any value. in CmdCopyQueryPoolResults()
1458 if (flags & VK_QUERY_RESULT_PARTIAL_BIT) { in CmdCopyQueryPoolResults()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c493 } else if (!(flags & VK_QUERY_RESULT_PARTIAL_BIT) && !available) { in get_query_pool_results()
496 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are in get_query_pool_results()
524 } else if (flags & VK_QUERY_RESULT_PARTIAL_BIT) in get_query_pool_results()
527 * If VK_QUERY_RESULT_PARTIAL_BIT is set, VK_QUERY_RESULT_WAIT_BIT in get_query_pool_results()
657 if (flags & VK_QUERY_RESULT_PARTIAL_BIT) { in emit_copy_query_pool_results()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c554 const bool do_partial = flags & VK_QUERY_RESULT_PARTIAL_BIT; in v3dv_get_query_pool_results()
569 * "If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are in v3dv_get_query_pool_results()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c1253 VkQueryResultFlags flag = is_time_query(query) ? 0 : VK_QUERY_RESULT_PARTIAL_BIT; in zink_get_query_result_resource()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp264 | (waitBit ? VK_QUERY_RESULT_WAIT_BIT : VK_QUERY_RESULT_PARTIAL_BIT) ); in getQueryResultFlags()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp264 | (waitBit ? VK_QUERY_RESULT_WAIT_BIT : VK_QUERY_RESULT_PARTIAL_BIT) ); in getQueryResultFlags()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp761 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in executeTest()
1002 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
1818 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
2412 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
2976 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
3985 deBool hasPartialFlag = (deBool)(m_parametersGraphic.queryFlags & VK_QUERY_RESULT_PARTIAL_BIT); in checkResult()
4039 * If VK_QUERY_RESULT_PARTIAL_BIT is set, VK_QUERY_RESULT_WAIT_BIT is not set, in checkResult()
5228 VkQueryResultFlags partialFlags[] = { 0u, VK_QUERY_RESULT_PARTIAL_BIT }; in init()
5255 if ((deBool)(partialFlags[partialFlagsIdx] & VK_QUERY_RESULT_PARTIAL_BIT) && in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp761 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in executeTest()
1002 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
1810 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
2404 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
2961 * If VK_QUERY_RESULT_WAIT_BIT and VK_QUERY_RESULT_PARTIAL_BIT are both not set then no result values are written to pData in checkResult()
3971 deBool hasPartialFlag = (deBool)(m_parametersGraphic.queryFlags & VK_QUERY_RESULT_PARTIAL_BIT); in checkResult()
4025 * If VK_QUERY_RESULT_PARTIAL_BIT is set, VK_QUERY_RESULT_WAIT_BIT is not set, in checkResult()
5064 VkQueryResultFlags partialFlags[] = { 0u, VK_QUERY_RESULT_PARTIAL_BIT }; in init()
5091 if ((deBool)(partialFlags[partialFlagsIdx] & VK_QUERY_RESULT_PARTIAL_BIT) && in init()
/third_party/glfw/deps/glad/
H A Dvulkan.h1063 VK_QUERY_RESULT_PARTIAL_BIT = 8, enumerator
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2327 ePartial = VK_QUERY_RESULT_PARTIAL_BIT,
H A Dvulkan_core.h2472 VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, enumerator
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1378 VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2033 VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2349 VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h2120 VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, enumerator
H A Dvulkan_enums.hpp3171 ePartial = VK_QUERY_RESULT_PARTIAL_BIT,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2151 VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008, enumerator

Completed in 495 milliseconds