Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl528 inline VkViewportWScalingNV makeViewportWScalingNV (float xcoeff, float ycoeff)
DvkStructTypes.inl2545 float xcoeff; member
DvkVulkan_c.inl11969 float xcoeff; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h8236 float xcoeff; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h8889 float xcoeff; member
/external/virglrenderer/src/venus/venus-protocol/
Dvulkan_core.h10443 float xcoeff; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h10565 float xcoeff; member
Dvulkan_structs.hpp84204 float xcoeff = {}; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h11268 float xcoeff; member
Dvulkan_structs.hpp88718 float xcoeff = {}; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h10908 float xcoeff; member
Dvulkan_structs.hpp78260 float xcoeff = {}; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h10741 float xcoeff; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs19534 pub xcoeff: f32, field
19562 pub fn xcoeff(mut self, xcoeff: f32) -> Self { in xcoeff() method