Searched refs:blorp_create_nir_tex_instr (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 135 blorp_create_nir_tex_instr(nir_builder *b, struct blorp_blit_vars *v, in blorp_create_nir_tex_instr() function 184 blorp_create_nir_tex_instr(b, v, nir_texop_txl, pos, 2, in blorp_nir_tex() 201 blorp_create_nir_tex_instr(b, v, nir_texop_txf, pos, 2, dst_type); in blorp_nir_txf() 216 blorp_create_nir_tex_instr(b, v, nir_texop_txf_ms, pos, 3, dst_type); in blorp_nir_txf_ms() 243 blorp_create_nir_tex_instr(b, v, nir_texop_txf_ms_mcs_intel, in blorp_blit_txf_ms_mcs()
|