Home
last modified time | relevance | path

Searched refs:get_io_offset (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
124 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c183 get_io_offset(nir_deref_instr *deref, bool is_vertex_input, bool per_vertex) in get_io_offset() function
246 unsigned offset = get_io_offset(deref, false, per_vertex); in try_mask_partial_io()
H A Dnir_lower_io.c163 get_io_offset(nir_builder *b, nir_deref_instr *deref, in get_io_offset() function
616 offset = get_io_offset(b, deref, per_vertex ? &vertex_index : NULL, in nir_lower_io_block()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
H A Dnir_lower_io.c181 get_io_offset(nir_builder *b, nir_deref_instr *deref, in get_io_offset() function
669 offset = get_io_offset(b, deref, is_arrayed ? &array_index : NULL, in nir_lower_io_block()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
H A Dnir_lower_io.c181 get_io_offset(nir_builder *b, nir_deref_instr *deref, in get_io_offset() function
669 offset = get_io_offset(b, deref, is_arrayed ? &array_index : NULL, in nir_lower_io_block()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c195 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed, in get_io_offset() function
260 unsigned offset = get_io_offset(deref, var, is_arrayed, skip_non_arrayed); in try_mask_partial_io()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function
136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
H A Dnir_gather_info.c197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function
253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()

12