Searched refs:emit_sam (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1133 emit_sam(struct ir3_context *ctx, opc_t opc, struct tex_src_info info, in emit_sam() function 1181 sam = emit_sam(ctx, OPC_ISAM, info, type, 0b1111, in emit_intrinsic_load_image() 1205 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); in emit_intrinsic_image_size_tex() 2439 sam = emit_sam(ctx, opc, info, type, MASK(ncomp), col0, col1); in emit_tex() 2488 sam = emit_sam(ctx, OPC_GETINFO, info, dst_type, 1 << idx, NULL, NULL); in emit_tex_info() 2530 sam = emit_sam(ctx, OPC_GETSIZE, info, dst_type, 0b1111, lod, NULL); in emit_tex_txs()
|