Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c61 #define load_image_param(b, d, o) \ macro
68 nir_ssa_def *size = load_image_param(b, deref, SIZE); in image_coord_is_in_bounds()
106 nir_ssa_def *offset = load_image_param(b, deref, OFFSET); in image_address()
107 nir_ssa_def *tiling = load_image_param(b, deref, TILING); in image_address()
108 nir_ssa_def *stride = load_image_param(b, deref, STRIDE); in image_address()
214 nir_ssa_def *swizzle = load_image_param(b, deref, SWIZZLING); in image_address()
422 nir_ssa_def *stride = load_image_param(b, deref, STRIDE); in lower_image_load_instr()
573 nir_ssa_def *stride = load_image_param(b, deref, STRIDE); in lower_image_store_instr()
621 nir_ssa_def *size = load_image_param(b, deref, SIZE); in lower_image_atomic_instr()
664 nir_ssa_def *size = load_image_param(b, deref, SIZE); in lower_image_size_instr()