Searched refs:io_offset (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dio.h41 unsigned io_offset(struct io *io);
H A Dio.c145 io_offset(struct io *io) function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), local in function:lower_array
143 element->data.location = var->data.location + io_offset;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c124 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), local in function:lower_array
131 element->data.location = var->data.location + io_offset;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c281 nir_ssa_def *io_offset = nir_build_calc_io_offset(b, instr, nir_imm_int(b, 16u), 4u); local in function:hs_per_vertex_input_lds_offset
283 return nir_iadd_nuw(b, nir_iadd_nuw(b, tcs_in_current_patch_offset, vertex_index_off), io_offset);
335 nir_ssa_def *io_offset = nir_build_calc_io_offset(b, intrin, attr_stride, 4u); local in function:hs_per_vertex_output_vmem_offset
343 return nir_iadd_nuw(b, nir_iadd_nuw(b, patch_offset, vertex_index_off), io_offset);

Completed in 11 milliseconds