Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_query.c252 nir_ssa_def *uses_gds = nir_load_push_constant(&b, 1, 32, nir_imm_int(&b, 16), .range = 20); in build_pipeline_statistics_query_shader() local
260 nir_push_if(&b, nir_ine(&b, uses_gds, nir_imm_int(&b, 0))); in build_pipeline_statistics_query_shader()
301 nir_push_if(&b, nir_iand(&b, nir_i2b(&b, uses_gds), in build_pipeline_statistics_query_shader()
693 nir_ssa_def *uses_gds = nir_load_push_constant(&b, 1, 32, nir_imm_int(&b, 16), .range = 20); in build_pg_query_shader() local
694 nir_push_if(&b, nir_i2b(&b, uses_gds)); in build_pg_query_shader()
969 uint32_t pipeline_stats_mask, uint32_t avail_offset, bool uses_gds) in radv_query_shader() argument
1031 uint32_t uses_gds; in radv_query_shader() member
1032 } push_constants = {flags, dst_stride, pipeline_stats_mask, avail_offset, uses_gds}; in radv_query_shader()
1095 pool->uses_gds = device->physical_device->use_ngg && in radv_CreateQueryPool()
1105 if (pool->uses_gds) { in radv_CreateQueryPool()
[all …]
Dradv_private.h2878 bool uses_gds; /* For NGG GS on GFX10+ */ member