Home
last modified time | relevance | path

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

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