Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c131 tex->op = nir_texop_tex; in lower_color()
161 tex->op = nir_texop_tex; in lower_color()
176 tex->op = nir_texop_tex; in lower_color()
Dnir_lower_bitmap.c92 tex->op = nir_texop_tex; in lower_bitmap()
Dnir_lower_tex.c217 assert(tex->op == nir_texop_tex); in sample_plane()
225 plane_tex->op = nir_texop_tex; in sample_plane()
834 (tex->op == nir_texop_tex && in nir_lower_tex_block()
Dnir_opt_gcm.c133 case nir_texop_tex: in gcm_pin_instructions_block()
Dnir.h1183 nir_texop_tex, /**< Regular texture look-up */ enumerator
1320 case nir_texop_tex: in nir_tex_instr_is_query()
Dnir_print.c685 case nir_texop_tex: in print_tex_instr()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c136 tex->op = nir_texop_tex; in build_nir_copy_fragment_shader()
190 tex->op = nir_texop_tex; in build_nir_copy_fragment_shader_depth()
244 tex->op = nir_texop_tex; in build_nir_copy_fragment_shader_stencil()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c530 op = nir_texop_tex; in ptn_tex()
546 op = nir_texop_tex; in ptn_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1208 op = nir_texop_tex; in ttn_tex()
1212 op = nir_texop_tex; in ttn_tex()
1217 op = nir_texop_tex; in ttn_tex()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c68 case nir_texop_tex: in scan_instruction()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1890 texop = nir_texop_tex; in vtn_handle_texture()
2038 vtn_assert(texop == nir_texop_tex); in vtn_handle_texture()
2108 case nir_texop_tex: in vtn_handle_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2025 case nir_texop_tex: op = ir_tex; break; in ir_texture_opcode_for_nir_texop()
Dbrw_fs_nir.cpp4702 case nir_texop_tex: in nir_emit_texture()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c213 blorp_create_nir_tex_instr(b, v, nir_texop_tex, pos, 2, in blorp_nir_tex()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1962 op = nir_texop_tex; in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2302 case nir_texop_tex: opc = OPC_SAM; break; in emit_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2352 case nir_texop_tex: in build_tex_intrinsic()