Home
last modified time | relevance | path

Searched refs:depthBoundsTestMinValue (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_singlesample.cpp103 const float minz = state.depthBoundsState.depthBoundsTestMinValue; in BackendSingleSample()
Dbackend_sample.cpp127 const float minz = state.depthBoundsState.depthBoundsTestMinValue; in BackendSampleRate()
Dbackend.cpp312 const float minz = state.depthBoundsState.depthBoundsTestMinValue; in BackendNullPS()
Dstate.h1237 float depthBoundsTestMinValue; member
Dbackend_impl.h769 const float minz = state.depthBoundsState.depthBoundsTestMinValue;
Dapi.cpp503 pState->depthBoundsState.depthBoundsTestMinValue = 0.0f; in SetupDefaultState()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1882 depthBoundsState.depthBoundsTestMinValue = depth->bounds_min; in swr_update_derived()