Searched refs:nir_texop (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_samplers_as_deref.c | 239 nir_texop op) in record_textures_used() 261 nir_texop op) in record_samplers_used()
|
D | glsl_to_nir.cpp | 2402 nir_texop op; in visit()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_move_discards_to_top.c | 41 nir_texop_implies_derivative(nir_texop op) in nir_texop_implies_derivative()
|
D | nir_lower_readonly_images_to_tex.c | 110 nir_texop texop; in lower_readonly_image_op()
|
D | nir.h | 2160 } nir_texop; typedef 2189 nir_texop op;
|
/third_party/mesa3d/docs/nir/ |
D | tex.rst | 8 .. doxygenenum:: nir_texop
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.h | 343 etna_emit_tex(struct etna_compile *c, nir_texop op, unsigned texid, unsigned dst_swiz,
|
D | etnaviv_compiler_nir_emit.c | 195 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/ |
D | zink_lower_cubemap_to_array.c | 142 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/ |
D | dxil_nir_lower_int_cubemaps.c | 193 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/ |
D | prog_to_nir.c | 515 nir_texop op; in ptn_tex()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1248 nir_texop op) in get_sampler_var() 1330 nir_texop op; in ttn_tex()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 138 operation getOperation(nir_texop); 499 Converter::getOperation(nir_texop op) in getOperation()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 875 agx_lod_mode_for_nir(nir_texop op) in agx_lod_mode_for_nir()
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 137 nir_texop op, nir_ssa_def *pos, unsigned num_srcs, in blorp_create_nir_tex_instr()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3340 bi_tex_op(nir_texop op) in bi_tex_op()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2723 nir_texop texop; in vtn_handle_texture()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 2479 - intel/vec4: Use nir_texop in emit_texture instead of translating
|