Home
last modified time | relevance | path

Searched refs:pDepthStencilState (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1067 assert(pCreateInfo->pDepthStencilState); in copy_non_dynamic_state()
1071 pCreateInfo->pDepthStencilState->minDepthBounds; in copy_non_dynamic_state()
1073 pCreateInfo->pDepthStencilState->maxDepthBounds; in copy_non_dynamic_state()
1078 pCreateInfo->pDepthStencilState->front.compareMask; in copy_non_dynamic_state()
1080 pCreateInfo->pDepthStencilState->back.compareMask; in copy_non_dynamic_state()
1085 pCreateInfo->pDepthStencilState->front.writeMask; in copy_non_dynamic_state()
1087 pCreateInfo->pDepthStencilState->back.writeMask; in copy_non_dynamic_state()
1092 pCreateInfo->pDepthStencilState->front.reference; in copy_non_dynamic_state()
1094 pCreateInfo->pDepthStencilState->back.reference; in copy_non_dynamic_state()
1127 assert(info->pDepthStencilState); in anv_pipeline_validate_create_info()
DgenX_pipeline.c1485 emit_ds_state(pipeline, pCreateInfo->pDepthStencilState, pass, subpass);
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c935 const VkPipelineDepthStencilStateCreateInfo *vkds = pCreateInfo->pDepthStencilState; in radv_pipeline_init_depth_stencil_state()
1253 assert(pCreateInfo->pDepthStencilState); in radv_pipeline_init_dynamic_state()
1257 pCreateInfo->pDepthStencilState->minDepthBounds; in radv_pipeline_init_dynamic_state()
1259 pCreateInfo->pDepthStencilState->maxDepthBounds; in radv_pipeline_init_dynamic_state()
1264 pCreateInfo->pDepthStencilState->front.compareMask; in radv_pipeline_init_dynamic_state()
1266 pCreateInfo->pDepthStencilState->back.compareMask; in radv_pipeline_init_dynamic_state()
1271 pCreateInfo->pDepthStencilState->front.writeMask; in radv_pipeline_init_dynamic_state()
1273 pCreateInfo->pDepthStencilState->back.writeMask; in radv_pipeline_init_dynamic_state()
1278 pCreateInfo->pDepthStencilState->front.reference; in radv_pipeline_init_dynamic_state()
1280 pCreateInfo->pDepthStencilState->back.reference; in radv_pipeline_init_dynamic_state()
Dradv_meta_decompress.c206 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in create_pipeline()
Dradv_meta_blit2d.c975 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_depth_only_pipeline()
1128 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c1014 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_depth()
1193 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) { in radv_device_init_meta_blit_stencil()
Dradv_meta_clear.c181 .pDepthStencilState = ds_state, in create_pipeline()
/external/skia/src/gpu/vk/
DGrVkCopyPipeline.cpp167 pipelineCreateInfo.pDepthStencilState = &stencilInfo; in Create()
DGrVkPipeline.cpp470 pipelineCreateInfo.pDepthStencilState = &depthStencilInfo; in Create()
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp3042 if (pCreateInfos[i].pDepthStencilState != nullptr) { in CreateGraphicsPipelines()
3046 pCreateInfos[i].pDepthStencilState->pNext, 0, NULL, GeneratedHeaderVersion); in CreateGraphicsPipelines()
3051 pCreateInfos[i].pDepthStencilState->flags); in CreateGraphicsPipelines()
3056 pCreateInfos[i].pDepthStencilState->depthTestEnable); in CreateGraphicsPipelines()
3061 pCreateInfos[i].pDepthStencilState->depthWriteEnable); in CreateGraphicsPipelines()
3067 pCreateInfos[i].pDepthStencilState->depthCompareOp); in CreateGraphicsPipelines()
3072 pCreateInfos[i].pDepthStencilState->depthBoundsTestEnable); in CreateGraphicsPipelines()
3077 pCreateInfos[i].pDepthStencilState->stencilTestEnable); in CreateGraphicsPipelines()
3083 pCreateInfos[i].pDepthStencilState->front.failOp); in CreateGraphicsPipelines()
3089 pCreateInfos[i].pDepthStencilState->front.passOp); in CreateGraphicsPipelines()
[all …]
Dcore_validation.cpp2286 if (pPipe->graphicsPipelineCI.pDepthStencilState && in validate_draw_state_flags()
2287 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) { in validate_draw_state_flags()
2291 if (pPipe->graphicsPipelineCI.pDepthStencilState && in validate_draw_state_flags()
2292 (pPipe->graphicsPipelineCI.pDepthStencilState->stencilTestEnable == VK_TRUE)) { in validate_draw_state_flags()
3454 if (!pPipeline->graphicsPipelineCI.pDepthStencilState) { in verifyPipelineCreateState()
Dvk_validation_error_database.txt2054 …ntReference defined by subpass, and pDepthStencilState is not NULL, the depthWriteEnable member of…
2055 …ass, and pDepthStencilState is not NULL, the failOp, passOp and depthFailOp members of each of the…
2063 …ionState is VK_FALSE, and subpass uses a depth/stencil attachment, pDepthStencilState must be a po…
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp356 pipeline_info.pDepthStencilState = nullptr; in create_pipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp1107 pDepthStencilState = &m_dynamicDepthStencilState; in addState()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl780 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
DvkStrUtilImpl.inl2809 s << "\tpDepthStencilState = " << value.pDepthStencilState << '\n';
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp859 pipelineState.pDepthStencilState = &depthStencilState; in generateWork()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1286 info.pDepthStencilState = m_ds_state; in CreateVKPipeline()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13028 , pDepthStencilState( pDepthStencilState_ ) in GraphicsPipelineCreateInfo()
13118 pDepthStencilState = pDepthStencilState_; in setPDepthStencilState()
13182 && ( pDepthStencilState == rhs.pDepthStencilState ) in operator ==()
13211 const PipelineDepthStencilStateCreateInfo* pDepthStencilState; member
Dvulkan.h1887 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
/external/vulkan-validation-layers/demos/
Dcube.c1836 pipeline.pDepthStencilState = &ds; in demo_prepare_pipeline()
/external/mesa3d/include/vulkan/
Dvulkan.h1896 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1993 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2052 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member