/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 1317 SWR_DEPTH_STENCIL_STATE depthStencilState = {{0}}; in swr_update_derived() local 1327 depthStencilState.stencilWriteEnable = 1; in swr_update_derived() 1328 depthStencilState.stencilTestEnable = 1; in swr_update_derived() 1329 depthStencilState.stencilTestFunc = in swr_update_derived() 1332 depthStencilState.stencilPassDepthPassOp = in swr_update_derived() 1334 depthStencilState.stencilPassDepthFailOp = in swr_update_derived() 1336 depthStencilState.stencilFailOp = in swr_update_derived() 1338 depthStencilState.stencilWriteMask = stencil[0].writemask; in swr_update_derived() 1339 depthStencilState.stencilTestMask = stencil[0].valuemask; in swr_update_derived() 1340 depthStencilState.stencilRefValue = ctx->stencil_ref.ref_value[0]; in swr_update_derived() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.cpp | 632 pState->depthStencilState = *pDSState; in SwrSetDepthStencilState() 869 (pState->state.depthStencilState.depthTestEnable == FALSE) && in SetupPipeline() 870 (pState->state.depthStencilState.depthWriteEnable == FALSE) && in SetupPipeline() 871 (pState->state.depthStencilState.stencilTestEnable == FALSE) && in SetupPipeline() 872 (pState->state.depthStencilState.stencilWriteEnable == FALSE) && in SetupPipeline() 917 pState->state.depthHottileEnable = ((!(pState->state.depthStencilState.depthTestEnable && in SetupPipeline() 918 !pState->state.depthStencilState.depthWriteEnable && in SetupPipeline() 920 … pState->state.depthStencilState.depthTestFunc == ZFUNC_ALWAYS)) && in SetupPipeline() 921 (pState->state.depthStencilState.depthTestEnable || in SetupPipeline() 922 pState->state.depthStencilState.depthWriteEnable || in SetupPipeline() [all …]
|
D | backend.cpp | 550 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendSingleSample() 583 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendSingleSample() 604 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendSingleSample() 761 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendSampleRate() 795 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendSampleRate() 818 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendSampleRate() 1014 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendPixelRate() 1152 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.… in BackendNullPS()
|
D | depthstencil.h | 126 const SWR_DEPTH_STENCIL_STATE* pDSState = &pState->depthStencilState; in DepthStencilTest()
|
D | context.h | 286 SWR_DEPTH_STENCIL_STATE depthStencilState; in OSALIGNLINE() local
|
D | backend.h | 632 …DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.…
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 654 VkPipelineDepthStencilStateCreateInfo depthStencilState; in generateWork() local 800 deMemset(&depthStencilState, 0xcd, sizeof(depthStencilState)); in generateWork() 801 depthStencilState.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO; in generateWork() 802 depthStencilState.pNext = DE_NULL; in generateWork() 803 depthStencilState.flags = 0; in generateWork() 804 depthStencilState.depthTestEnable = VK_FALSE; in generateWork() 805 depthStencilState.depthWriteEnable = VK_FALSE; in generateWork() 806 depthStencilState.depthCompareOp = VK_COMPARE_OP_ALWAYS; in generateWork() 807 depthStencilState.depthBoundsTestEnable = VK_FALSE; in generateWork() 808 depthStencilState.stencilTestEnable = VK_FALSE; in generateWork() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 838 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createRenderPipeline() local 898 &depthStencilState, in createRenderPipeline() 1103 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createSplitPipeline() local 1165 &depthStencilState, in createSplitPipeline()
|
D | vktRenderPassMultisampleResolveTests.cpp | 697 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createRenderPipeline() local 757 &depthStencilState, in createRenderPipeline()
|
D | vktRenderPassTests.cpp | 1835 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createSubpassPipeline() local 1893 &depthStencilState, // pDepthStencilState in createSubpassPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 608 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = in createPipeline() local 691 &depthStencilState, in createPipeline()
|
D | vktWsiDisplayTimingTests.cpp | 647 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = in createPipeline() local 726 &depthStencilState, in createPipeline()
|
D | vktWsiIncrementalPresentTests.cpp | 760 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = in createPipeline() local 843 &depthStencilState, in createPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1648 const VkPipelineDepthStencilStateCreateInfo depthStencilState = in createMultiple() local 1700 &depthStencilState, in createMultiple()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 4691 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState = in createPipelineWithResources() local 4834 &depthStencilState, in createPipelineWithResources()
|