Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c137 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
165 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
179 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
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()
111 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_offset()
189 if (tex->src[i].src_type != nir_tex_src_coord) in lower_rect()
213 plane_tex->src[0].src_type = nir_tex_src_coord; in sample_plane()
423 tex->src[nir_tex_instr_src_index(tex, nir_tex_src_coord)].src.ssa; in lower_gradient_cube_map()
563 if (tex->src[i].src_type != nir_tex_src_coord) in saturate_src()
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.h1097 nir_tex_src_coord, enumerator
1274 case nir_tex_src_coord: in nir_tex_instr_src_type()
1317 if (instr->src[src].src_type == nir_tex_src_coord) in nir_tex_instr_src_size()
Dnir_print.c704 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.c380 assert(instr->src[0].src_type == nir_tex_src_coord); in ntq_emit_txf()
421 case nir_tex_src_coord: in ntq_emit_tex()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve_cs.c92 tex->src[0].src_type = nir_tex_src_coord; in build_resolve_compute_shader()
113 tex_all_same->src[0].src_type = nir_tex_src_coord; in build_resolve_compute_shader()
134 tex_add->src[0].src_type = nir_tex_src_coord; in build_resolve_compute_shader()
Dradv_meta_blit.c98 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader()
152 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader_depth()
206 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader_stencil()
Dradv_meta_bufimage.c87 tex->src[0].src_type = nir_tex_src_coord; in build_nir_itob_compute_shader()
290 tex->src[0].src_type = nir_tex_src_coord; in build_nir_btoi_compute_shader()
479 tex->src[0].src_type = nir_tex_src_coord; in build_nir_itoi_compute_shader()
Dradv_meta_blit2d.c484 tex->src[0].src_type = nir_tex_src_coord; in build_nir_texel_fetch()
527 tex->src[0].src_type = nir_tex_src_coord; in build_nir_buffer_fetch()
/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()
/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.c1377 instr->src[src_number].src_type = nir_tex_src_coord; in ttn_tex()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c191 tex->src[0].src_type = nir_tex_src_coord; in blorp_create_nir_tex_instr()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1408 case nir_tex_src_coord: in emit_tex()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1972 instr->src[src_number].src_type = nir_tex_src_coord; in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp2191 case nir_tex_src_coord: { in nir_emit_texture()
Dbrw_fs_nir.cpp4256 case nir_tex_src_coord: in nir_emit_texture()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1546 p->src_type = nir_tex_src_coord; in vtn_handle_texture()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3200 case nir_tex_src_coord: in visit_tex()