• Home
  • Raw
  • Download

Lines Matching refs:uses_gds

252    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()
1122 if (pool->uses_gds) { in radv_CreateQueryPool()
1278 if (pool->uses_gds) { in radv_GetQueryPoolResults()
1297 if (pool->uses_gds && in radv_GetQueryPoolResults()
1315 if (pool->uses_gds && in radv_GetQueryPoolResults()
1387 if (pool->uses_gds) { in radv_GetQueryPoolResults()
1555 pool->availability_offset + 4 * firstQuery, pool->uses_gds); in radv_CmdCopyQueryPoolResults()
1620 flags, 0, 0, pool->uses_gds); in radv_CmdCopyQueryPoolResults()
1811 if (pool->uses_gds) { in emit_begin_query()
1838 if (pool->uses_gds) { in emit_begin_query()
1907 if (pool->uses_gds) { in emit_end_query()
1931 if (pool->uses_gds) { in emit_end_query()