HomeSort by relevance Sort by last modified time
    Searched refs:depthStencilState (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 654 VkPipelineDepthStencilStateCreateInfo depthStencilState;
800 deMemset(&depthStencilState, 0xcd, sizeof(depthStencilState));
801 depthStencilState.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO;
802 depthStencilState.pNext = DE_NULL;
803 depthStencilState.flags = 0;
804 depthStencilState.depthTestEnable = VK_FALSE;
805 depthStencilState.depthWriteEnable = VK_FALSE;
806 depthStencilState.depthCompareOp = VK_COMPARE_OP_ALWAYS;
807 depthStencilState.depthBoundsTestEnable = VK_FALSE
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 632 pState->depthStencilState = *pDSState;
869 (pState->state.depthStencilState.depthTestEnable == FALSE) &&
870 (pState->state.depthStencilState.depthWriteEnable == FALSE) &&
871 (pState->state.depthStencilState.stencilTestEnable == FALSE) &&
872 (pState->state.depthStencilState.stencilWriteEnable == FALSE) &&
917 pState->state.depthHottileEnable = ((!(pState->state.depthStencilState.depthTestEnable &&
918 !pState->state.depthStencilState.depthWriteEnable &&
920 pState->state.depthStencilState.depthTestFunc == ZFUNC_ALWAYS)) &&
921 (pState->state.depthStencilState.depthTestEnable ||
922 pState->state.depthStencilState.depthWriteEnable |
    [all...]
backend.cpp 550 DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.frontFacing, psContext.vZ,
583 DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.frontFacing, psContext.vZ,
604 DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.frontFacing, psContext.vZ,
761 DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.frontFacing, psContext.vZ,
    [all...]
context.h 286 SWR_DEPTH_STENCIL_STATE depthStencilState;
depthstencil.h 126 const SWR_DEPTH_STENCIL_STATE* pDSState = &pState->depthStencilState;
backend.h 632 DepthStencilWrite(&state.vp[work.triFlags.viewportIndex], &state.depthStencilState, work.triFlags.frontFacing, vZ[sample],
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp 838 const VkPipelineDepthStencilStateCreateInfo depthStencilState =
898 &depthStencilState,
1103 const VkPipelineDepthStencilStateCreateInfo depthStencilState =
1165 &depthStencilState,
    [all...]
vktRenderPassMultisampleResolveTests.cpp 697 const VkPipelineDepthStencilStateCreateInfo depthStencilState =
757 &depthStencilState,
    [all...]
vktRenderPassTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 608 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState =
691 &depthStencilState,
    [all...]
vktWsiDisplayTimingTests.cpp 647 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState =
726 &depthStencilState,
    [all...]
vktWsiIncrementalPresentTests.cpp 760 const vk::VkPipelineDepthStencilStateCreateInfo depthStencilState =
843 &depthStencilState,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 683 milliseconds