Home
last modified time | relevance | path

Searched defs:ycoeff (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.inl2689 float ycoeff; member
DvkVulkan_c.inl15439 float ycoeff; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h10444 float ycoeff; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11502 float ycoeff; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h12494 float ycoeff; member
Dvulkan_structs.hpp97618 float ycoeff = {}; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h13211 float ycoeff; member
Dvulkan_structs.hpp100263 float ycoeff = {}; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h13590 float ycoeff; member
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h13705 float ycoeff; member
Dvulkan_structs.hpp120189 float ycoeff = {}; member
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs21757 pub ycoeff: f32, field
21790 pub fn ycoeff(mut self, ycoeff: f32) -> Self { in ycoeff() method