Home
last modified time | relevance | path

Searched refs:tes_inputs_read (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/nir/
Dac_nir_lower_tess_io_to_mem.c138 uint64_t tes_inputs_read; member
165 return st->tes_inputs_read & ~TESS_LVL_MASK; in tcs_vram_per_vtx_out_mask()
171 return st->tes_inputs_read & TESS_LVL_MASK; in tcs_vram_tf_out_mask()
1021 const bool tes_reads_outer = st->tes_inputs_read & VARYING_BIT_TESS_LEVEL_OUTER; in hs_store_tess_factors_for_tes()
1022 const bool tes_reads_inner = st->tes_inputs_read & VARYING_BIT_TESS_LEVEL_INNER; in hs_store_tess_factors_for_tes()
1229 uint64_t tes_inputs_read, in ac_nir_lower_hs_outputs_to_mem() argument
1238 .tes_inputs_read = tes_inputs_read, in ac_nir_lower_hs_outputs_to_mem()
1276 .tes_inputs_read = shader->info.inputs_read, in ac_nir_lower_tes_inputs_to_mem()
Dac_nir.h120 uint64_t tes_inputs_read,
/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.h237 uint64_t tes_inputs_read; member
Dradv_shader_info.c644 info->tcs.tes_inputs_read = ~0ULL; in gather_shader_info_tcs()
1823 tcs_stage->info.tcs.tes_inputs_read = tes_stage->nir->info.inputs_read; in radv_link_shaders_info()
/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_io.c231 info->tcs.tes_inputs_read, info->tcs.tes_patch_inputs_read, info->wave_size); in radv_nir_lower_io_to_mem()