Home
last modified time | relevance | path

Searched defs:xcoeff (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl563 inline VkViewportWScalingNV makeViewportWScalingNV (float xcoeff, float ycoeff)
DvkStructTypes.inl2688 float xcoeff; member
DvkVulkan_c.inl15438 float xcoeff; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h10443 float xcoeff; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11501 float xcoeff; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h12493 float xcoeff; member
Dvulkan_structs.hpp97617 float xcoeff = {}; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h13210 float xcoeff; member
Dvulkan_structs.hpp100262 float xcoeff = {}; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h13589 float xcoeff; member
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h13704 float xcoeff; member
Dvulkan_structs.hpp120188 float xcoeff = {}; member
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs21756 pub xcoeff: f32, field
21785 pub fn xcoeff(mut self, xcoeff: f32) -> Self { in xcoeff() method