Searched defs:new_coord (Results 1 – 4 of 4) sorted by relevance
| /external/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr_tex.cpp | 1071 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
|
| D | sfn_nir_lower_tex.cpp | 292 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/ |
| D | nir_lower_texcoord_replace.c | 68 nir_def *new_coord; in nir_lower_texcoord_replace_impl() local
|
| /external/mesa3d/src/microsoft/compiler/ |
| D | dxil_nir_lower_int_samplers.c | 471 nir_def *new_coord = old_coord; in lower_sample_to_txf_for_integer_tex_impl() local
|