Home
last modified time | relevance | path

Searched defs:new_coord (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp1051 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_txf() local
1069 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_tg4() local
1087 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_txf_ms() local
1126 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_txf_ms_direct() local
1182 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in prepare_coord() local
H A Dsfn_nir_lower_tex.cpp272 auto new_coord = nir_vec3(b, nir_channel(b, xy, 0), nir_channel(b, xy, 1), z); in r600_nir_lower_cube_to_2darray_impl() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_texcoord_replace.c68 nir_def *new_coord; in nir_lower_texcoord_replace_impl() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c471 nir_def *new_coord = old_coord; in lower_sample_to_txf_for_integer_tex_impl() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_nir_lower_descriptors.c1215 nir_def *new_coord = adjust_edb_buffer_view_coord(b, desc, coord); in lower_edb_buffer_tex_instr() local