Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_txf_ms.c44 int coord_index = nir_tex_instr_src_index(instr, nir_tex_src_coord); in v3d_nir_lower_txf_ms_instr()
62 &instr->src[nir_tex_src_coord].src, in v3d_nir_lower_txf_ms_instr()
Dv3d33_tex.c82 case nir_tex_src_coord: in v3d33_vir_emit_tex()
/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_nir_lower_txp.c89 int coords_idx = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lima_nir_lower_txp_instr()
158 nir_tex_instr_remove_src(tex, nir_tex_instr_src_index(tex, nir_tex_src_coord)); in lima_nir_lower_txp_instr()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c154 tex->src[2].src_type = nir_tex_src_coord; in lower_color()
196 tex->src[2].src_type = nir_tex_src_coord; in lower_color()
210 tex->src[0].src_type = nir_tex_src_coord; in lower_color()
Dnir_lower_tex.c115 case nir_tex_src_coord: in project_src()
128 if (tex->is_array && tex->src[i].src_type == nir_tex_src_coord) { in project_src()
170 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_offset()
229 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_rect()
247 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_rect_tex_scale()
658 tex->src[nir_tex_instr_src_index(tex, nir_tex_src_coord)].src.ssa; in lower_gradient_cube_map()
818 int coord = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_tex_to_txd()
884 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in saturate_src()
1106 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_array_layer_round_even()
1332 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in nir_lower_lod_zero_width()
[all …]
Dnir_lower_fb_read.c64 tex->src[0].src_type = nir_tex_src_coord; in lower_fb_read()
Dnir_normalize_cubemap_coords.c52 if (tex->src[i].src_type != nir_tex_src_coord) in normalize_cubemap_coords_block()
Dnir_lower_bitmap.c103 tex->src[2].src_type = nir_tex_src_coord; in lower_bitmap()
Dnir_lower_readonly_images_to_tex.c151 tex->src[1].src_type = nir_tex_src_coord; in lower_readonly_image_op()
Dnir_builtin_builder.c394 if (tex->src[i].src_type == nir_tex_src_coord || in nir_get_texture_lod()
417 if (tex->src[i].src_type == nir_tex_src_coord || in nir_get_texture_lod()
Dnir_lower_input_attachments.c121 tex->src[1].src_type = nir_tex_src_coord; in try_lower_input_load()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c57 case nir_tex_src_coord: in vc4_nir_lower_txf_ms_instr()
120 txf->src[0].src_type = nir_tex_src_coord; in vc4_nir_lower_txf_ms_instr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c52 if (tex->src[i].src_type == nir_tex_src_coord || in dx_get_texture_lod()
80 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in dx_get_texture_lod()
85 tql->src[0].src_type = nir_tex_src_coord; in dx_get_texture_lod()
318 nir_tex_instr_add_src(load, nir_tex_src_coord, nir_src_for_ssa(texcoord)); in load_texel()
427 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_sample_to_txf_for_integer_tex_impl()
Ddxil_nir_lower_int_cubemaps.c210 nir_src *psrc = (tex->src[i].src_type == nir_tex_src_coord) ? in create_array_tex_from_cube_tex()
427 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_cube_sample()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tex.cpp40 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_coord_shift_normalized()
62 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_coord_shift_unnormalized()
258 int coord_idx = nir_tex_instr_src_index(tex, nir_tex_src_coord); in r600_nir_lower_cube_to_2darray_impl()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c254 assert(texcoord->src_type == nir_tex_src_coord); in get_texcoord_provenance()
325 if (tex->src[i].src_type == nir_tex_src_coord) { in llvmpipe_nir_fn_is_linear_compat()
/third_party/mesa3d/src/intel/blorp/
Dblorp_nir_builder.h58 tex->src[0].src_type = nir_tex_src_coord; in blorp_nir_txf_ms_mcs()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_fmask_copy.c67 frag_mask_fetch->src[0].src_type = nir_tex_src_coord; in build_fmask_copy_compute_shader()
101 frag_fetch->src[0].src_type = nir_tex_src_coord; in build_fmask_copy_compute_shader()
Dradv_meta_blit.c108 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader()
156 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader_depth()
204 tex->src[0].src_type = nir_tex_src_coord; in build_nir_copy_fragment_shader_stencil()
Dradv_meta.c767 tex->src[0].src_type = nir_tex_src_coord; in radv_meta_build_resolve_shader_core()
786 tex_all_same->src[0].src_type = nir_tex_src_coord; in radv_meta_build_resolve_shader_core()
803 tex_add->src[0].src_type = nir_tex_src_coord; in radv_meta_build_resolve_shader_core()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c181 int idx = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_tex_prefetch_block()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_nir.c667 tex->src[0].src_type = nir_tex_src_coord; in dzn_nir_blit_fs()
701 tex->src[0].src_type = nir_tex_src_coord; in dzn_nir_blit_fs()
721 tex->src[0].src_type = nir_tex_src_coord; in dzn_nir_blit_fs()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_blit.c48 tex->src[0].src_type = nir_tex_src_coord; in agx_build_reload_shader()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_nir.c102 case nir_tex_src_coord: in etna_lower_io()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c166 nir_src *psrc = (tex->src[i].src_type == nir_tex_src_coord) ? in create_array_tex_from_cube_tex()
462 int coord_index = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_cube_sample()

1234