/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_txf_ms.c | 44 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()
|
D | v3d33_tex.c | 82 case nir_tex_src_coord: in v3d33_vir_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/ |
D | lima_nir_lower_txp.c | 89 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/ |
D | nir_lower_drawpixels.c | 154 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()
|
D | nir_lower_tex.c | 115 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 …]
|
D | nir_lower_fb_read.c | 64 tex->src[0].src_type = nir_tex_src_coord; in lower_fb_read()
|
D | nir_normalize_cubemap_coords.c | 52 if (tex->src[i].src_type != nir_tex_src_coord) in normalize_cubemap_coords_block()
|
D | nir_lower_bitmap.c | 103 tex->src[2].src_type = nir_tex_src_coord; in lower_bitmap()
|
D | nir_lower_readonly_images_to_tex.c | 151 tex->src[1].src_type = nir_tex_src_coord; in lower_readonly_image_op()
|
D | nir_builtin_builder.c | 394 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()
|
D | nir_lower_input_attachments.c | 121 tex->src[1].src_type = nir_tex_src_coord; in try_lower_input_load()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_txf_ms.c | 57 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/ |
D | dxil_nir_lower_int_samplers.c | 52 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()
|
D | dxil_nir_lower_int_cubemaps.c | 210 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/ |
D | sfn_nir_lower_tex.cpp | 40 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/ |
D | lp_state_fs_analysis.c | 254 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/ |
D | blorp_nir_builder.h | 58 tex->src[0].src_type = nir_tex_src_coord; in blorp_nir_txf_ms_mcs()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_fmask_copy.c | 67 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()
|
D | radv_meta_blit.c | 108 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()
|
D | radv_meta.c | 767 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/ |
D | ir3_nir_lower_tex_prefetch.c | 181 int idx = nir_tex_instr_src_index(tex, nir_tex_src_coord); in lower_tex_prefetch_block()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_nir.c | 667 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/ |
D | agx_blit.c | 48 tex->src[0].src_type = nir_tex_src_coord; in agx_build_reload_shader()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_nir.c | 102 case nir_tex_src_coord: in etna_lower_io()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_lower_cubemap_to_array.c | 166 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()
|