Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c239 nir_texop op) in record_textures_used()
261 nir_texop op) in record_samplers_used()
Dglsl_to_nir.cpp2402 nir_texop op; in visit()
/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.c110 nir_texop texop; in lower_readonly_image_op()
Dnir.h2160 } nir_texop; typedef
2189 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/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c142 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) in create_array_tex_from_cube_tex()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c193 create_array_tex_from_cube_tex(nir_builder *b, nir_tex_instr *tex, nir_ssa_def *coord, nir_texop op) in create_array_tex_from_cube_tex()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c515 nir_texop op; in ptn_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1248 nir_texop op) in get_sampler_var()
1330 nir_texop op; in ttn_tex()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp138 operation getOperation(nir_texop);
499 Converter::getOperation(nir_texop op) in getOperation()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c875 agx_lod_mode_for_nir(nir_texop op) in agx_lod_mode_for_nir()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c137 nir_texop op, nir_ssa_def *pos, unsigned num_srcs, in blorp_create_nir_tex_instr()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3340 bi_tex_op(nir_texop op) in bi_tex_op()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2723 nir_texop texop; in vtn_handle_texture()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2479 - intel/vec4: Use nir_texop in emit_texture instead of translating