Home
last modified time | relevance | path

Searched defs:pvy (Results 1 – 14 of 14) sorted by relevance

/external/go-cmp/cmp/
Dpath.go183 pvx, pvy reflect.Value // Parent values (always addressable) member
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DBlur.cpp148 const uchar4 *pvy = (const uchar4 *)&pi[validY * iStride]; in OneVU4() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl770 …akeSRTDataNV (float sx, float a, float b, float pvx, float sy, float c, float pvy, float sz, float…
DvkStructTypes.inl7027 float pvy; member
DvkVulkan_c.inl15458 float pvy; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h13592 float pvy; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h14054 float pvy; member
Dvulkan_structs.hpp3224 float pvy = {}; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h15072 float pvy; member
Dvulkan_structs.hpp3224 float pvy = {}; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h14397 float pvy; member
Dvulkan_structs.hpp3022 float pvy = {}; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h14402 float pvy; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs51062 pub pvy: f32, field
51122 pub fn pvy(mut self, pvy: f32) -> Self { in pvy() method