Home
last modified time | relevance | path

Searched defs:cullDistance (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Device/
H A DVertex.hpp43 float cullDistance[MAX_CLIP_DISTANCES]; member
H A DPrimitive.hpp53 PlaneEquation cullDistance[MAX_CULL_DISTANCES]; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp292 const float cullDistance = color.z(); in checkFragColors() local