Home
last modified time | relevance | path

Searched refs:nir_tex_src_coord (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_txf_ms.c46 int coord_index = nir_tex_instr_src_index(instr, nir_tex_src_coord); in vc4_nir_lower_txf_ms_instr()
62 &instr->src[nir_tex_src_coord].src, in vc4_nir_lower_txf_ms_instr()
Dv3d40_tex.c78 case nir_tex_src_coord: in v3d40_vir_emit_tex()
Dv3d33_tex.c75 case nir_tex_src_coord: in v3d33_vir_emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c57 case nir_tex_src_coord: in project_src()
70 if (tex->is_array && tex->src[i].src_type == nir_tex_src_coord) { in project_src()
141 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_offset()
198 if (tex->src[i].src_type != nir_tex_src_coord) in lower_rect()
222 plane_tex->src[0].src_type = nir_tex_src_coord; in sample_plane()
446 tex->src[nir_tex_instr_src_index(tex, nir_tex_src_coord)].src.ssa; in lower_gradient_cube_map()
585 if (tex->src[i].src_type != nir_tex_src_coord) in saturate_src()
759 (sat_mask && nir_tex_instr_src_index(tex, nir_tex_src_coord) >= 0) || in nir_lower_tex_block()
Dnir_lower_drawpixels.c137 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
167 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
181 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
Dnir_normalize_cubemap_coords.c52 if (tex->src[i].src_type != nir_tex_src_coord) in normalize_cubemap_coords_block()
Dnir_lower_bitmap.c98 tex->src[0].src_type = nir_tex_src_coord; in lower_bitmap()
Dnir.h1161 nir_tex_src_coord, enumerator
1337 case nir_tex_src_coord: in nir_tex_instr_src_type()
1380 if (instr->src[src].src_type == nir_tex_src_coord) in nir_tex_instr_src_size()
Dnir_print.c735 case nir_tex_src_coord: in print_tex_instr()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c60 case nir_tex_src_coord: in vc4_nir_lower_txf_ms_instr()
123 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
Dvc4_program.c386 assert(instr->src[0].src_type == nir_tex_src_coord); in ntq_emit_txf()
427 case nir_tex_src_coord: in ntq_emit_tex()
/external/mesa3d/src/intel/blorp/
Dblorp_nir_builder.h59 tex->src[0].src_type = nir_tex_src_coord; in blorp_nir_txf_ms_mcs()
Dblorp_blit.c192 tex->src[0].src_type = nir_tex_src_coord; in blorp_create_nir_tex_instr()
/external/mesa3d/src/amd/vulkan/
Dradv_meta.c508 tex->src[0].src_type = nir_tex_src_coord; in radv_meta_build_resolve_shader_core()
527 tex_all_same->src[0].src_type = nir_tex_src_coord; in radv_meta_build_resolve_shader_core()
548 tex_add->src[0].src_type = nir_tex_src_coord; in radv_meta_build_resolve_shader_core()
Dradv_meta_blit.c137 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader()
191 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader_depth()
245 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader_stencil()
Dradv_meta_bufimage.c94 tex->src[0].src_type = nir_tex_src_coord; in build_nir_itob_compute_shader()
327 tex->src[0].src_type = nir_tex_src_coord; in build_nir_btoi_compute_shader()
541 tex->src[0].src_type = nir_tex_src_coord; in build_nir_itoi_compute_shader()
Dradv_meta_blit2d.c457 tex->src[0].src_type = nir_tex_src_coord; in build_nir_texel_fetch()
502 tex->src[0].src_type = nir_tex_src_coord; in build_nir_buffer_fetch()
Dradv_meta_fast_clear.c73 tex->src[0].src_type = nir_tex_src_coord; in build_dcc_decompress_compute_shader()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c94 tex->src[0].src_type = nir_tex_src_coord; in try_lower_input_load()
Danv_nir_lower_ycbcr_textures.c241 case nir_tex_src_coord: in create_plane_tex_instr_implicit()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c610 instr->src[src_number].src_type = nir_tex_src_coord; in ptn_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1325 instr->src[src_number].src_type = nir_tex_src_coord; in ttn_tex()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2082 case nir_tex_src_coord: { in nir_emit_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2066 instr->src[src_number].src_type = nir_tex_src_coord; in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2266 case nir_tex_src_coord: in emit_tex()

12