Searched refs:get_image_offset (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_a4xx.c | 221 get_image_offset(struct ir3_context *ctx, const nir_intrinsic_instr *instr, in get_image_offset() function 286 struct ir3_instruction *offset = get_image_offset(ctx, intr, coords, true); in emit_intrinsic_load_image() 344 offset = get_image_offset(ctx, intr, coords, true); in emit_intrinsic_store_image() 379 src2 = get_image_offset(ctx, intr, coords, ctx->compiler->gen == 4); in emit_intrinsic_atomic_image()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 35 get_image_offset(const struct softpipe_resource *spr, in get_image_offset() function 262 offset = get_image_offset(spr, iview, params->format, r_coord); in sp_tgsi_load() 333 offset = get_image_offset(spr, iview, pformat, r_coord); in sp_tgsi_store() 678 offset = get_image_offset(spr, iview, params->format, r_coord); in sp_tgsi_op()
|