Searched refs:depthBoundsState (Results 1 – 7 of 7) sorted by relevance
95 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable) in BackendSingleSample()103 const float minz = state.depthBoundsState.depthBoundsTestMinValue; in BackendSingleSample()104 const float maxz = state.depthBoundsState.depthBoundsTestMaxValue; in BackendSingleSample()
119 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable) in BackendSampleRate()127 const float minz = state.depthBoundsState.depthBoundsTestMinValue; in BackendSampleRate()128 const float maxz = state.depthBoundsState.depthBoundsTestMaxValue; in BackendSampleRate()
304 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable) in BackendNullPS()312 const float minz = state.depthBoundsState.depthBoundsTestMinValue; in BackendNullPS()313 const float maxz = state.depthBoundsState.depthBoundsTestMaxValue; in BackendNullPS()
502 pState->depthBoundsState.depthBoundsTestEnable = false; in SetupDefaultState()503 pState->depthBoundsState.depthBoundsTestMinValue = 0.0f; in SetupDefaultState()504 pState->depthBoundsState.depthBoundsTestMaxValue = 1.0f; in SetupDefaultState()709 pState->depthBoundsState = *pDBState; in SwrSetDepthBoundsState()1004 !pState->state.depthBoundsState.depthBoundsTestEnable && in SetupPipeline()1008 pState->state.depthBoundsState.depthBoundsTestEnable)) in SetupPipeline()
762 if (state.depthHottileEnable && state.depthBoundsState.depthBoundsTestEnable)769 const float minz = state.depthBoundsState.depthBoundsTestMinValue;770 const float maxz = state.depthBoundsState.depthBoundsTestMaxValue;
310 SWR_DEPTH_BOUNDS_STATE depthBoundsState; in OSALIGNLINE() local
1833 SWR_DEPTH_BOUNDS_STATE depthBoundsState = {0}; in swr_update_derived() local1881 depthBoundsState.depthBoundsTestEnable = depth->bounds_test; in swr_update_derived()1882 depthBoundsState.depthBoundsTestMinValue = depth->bounds_min; in swr_update_derived()1883 depthBoundsState.depthBoundsTestMaxValue = depth->bounds_max; in swr_update_derived()1884 ctx->api.pfnSwrSetDepthBoundsState(ctx->swrContext, &depthBoundsState); in swr_update_derived()