Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp1071 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_txf() local
1089 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_tg4() local
1107 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_txf_ms() local
1146 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in lower_txf_ms_direct() local
1202 std::array<nir_def *, 4> new_coord = {nullptr, nullptr, nullptr, nullptr}; in prepare_coord() local
Dsfn_nir_lower_tex.cpp292 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
/external/mesa3d/src/compiler/nir/
Dnir_lower_texcoord_replace.c68 nir_def *new_coord; in nir_lower_texcoord_replace_impl() local
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c471 nir_def *new_coord = old_coord; in lower_sample_to_txf_for_integer_tex_impl() local