Home
last modified time | relevance | path

Searched refs:nir_test_flag (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_query.c52 static nir_ssa_def *nir_test_flag(nir_builder *b, nir_ssa_def *flags, uint32_t flag) in nir_test_flag() function
86 nir_push_if(b, nir_test_flag(b, flags, VK_QUERY_RESULT_WITH_AVAILABILITY_BIT)); in radv_store_availability()
88 nir_push_if(b, nir_test_flag(b, flags, VK_QUERY_RESULT_64_BIT)); in radv_store_availability()
240 nir_ssa_def *result_is_64bit = nir_test_flag(&b, flags, VK_QUERY_RESULT_64_BIT); in build_occlusion_query_shader()
244 nir_test_flag(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT), in build_occlusion_query_shader()
367 nir_ssa_def *result_is_64bit = nir_test_flag(&b, flags, VK_QUERY_RESULT_64_BIT); in build_pipeline_statistics_query_shader()
379 nir_push_if(&b, nir_test_flag(&b, stats_mask, 1u << i)); in build_pipeline_statistics_query_shader()
437 nir_push_if(&b, nir_test_flag(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT)); in build_pipeline_statistics_query_shader()
621 nir_test_flag(&b, flags, VK_QUERY_RESULT_64_BIT); in build_tfb_query_shader()
629 nir_test_flag(&b, flags, VK_QUERY_RESULT_PARTIAL_BIT), in build_tfb_query_shader()
[all …]
/external/mesa3d/docs/relnotes/
D19.0.0.rst1302 - radv/query: Add a nir_test_flag helper