Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_move_discards_to_top.c41 nir_texop_implies_derivative(nir_texop op) in nir_texop_implies_derivative()
Dnir_lower_readonly_images_to_tex.c108 nir_texop texop; in lower_readonly_image_op()
Dnir.h2186 } nir_texop; typedef
2215 nir_texop op;
/third_party/mesa3d/docs/nir/
Dtex.rst8 .. doxygenenum:: nir_texop
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.h343 etna_emit_tex(struct etna_compile *c, nir_texop op, unsigned texid, unsigned dst_swiz,
Detnaviv_compiler_nir_emit.c195 etna_emit_tex(struct etna_compile *c, nir_texop op, unsigned texid, unsigned dst_swiz, in etna_emit_tex()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c227 nir_texop op) in record_textures_used()
Dglsl_to_nir.cpp2335 nir_texop op; in visit()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c513 nir_texop op; in ptn_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1247 nir_texop op) in get_sampler_var()
1328 nir_texop op; in ttn_tex()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp144 operation getOperation(nir_texop);
502 Converter::getOperation(nir_texop op) in getOperation()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1960 ir_texture_opcode_for_nir_texop(nir_texop texop) in ir_texture_opcode_for_nir_texop()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c136 nir_texop op, nir_ssa_def *pos, unsigned num_srcs, in blorp_create_nir_tex_instr()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2538 bi_tex_op(nir_texop op) in bi_tex_op()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2665 nir_texop texop; in vtn_handle_texture()