Home
last modified time | relevance | path

Searched defs:V_ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_format.c41 #define V_(pipe, fmt, rbfmt, swapfmt) \ macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_format.c43 #define V_(pipe, fmt, rbfmt, swapfmt) \ macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_format.c43 #define V_(pipe, fmt, rbfmt, swapfmt) \ macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_format.c77 #define V_(pipe, fmt, rsfmt) \ macro
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/linalg/
H A DBatchLinearAlgebraLib.cpp491 auto V_ = V; in svd_cusolver_gesvdjBatched() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp2752 Tensor V_ = V; in TORCH_IMPL_FUNC() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h74 #define INSTRUCTION_FIELDS_LIST(V_) \ argument
226 #define SYSTEM_REGISTER_FIELDS_LIST(V_, M_) \ argument
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp5435 const Tensor& V_, in householder_product_jvp()