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

  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 664 VkPipelineDepthStencilStateCreateInfo ds_ci = {};
665 ds_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO;
666 ds_ci.pNext = NULL;
667 ds_ci.depthTestEnable = VK_FALSE;
668 ds_ci.depthWriteEnable = VK_TRUE;
669 ds_ci.depthCompareOp = VK_COMPARE_OP_NEVER;
670 ds_ci.depthBoundsTestEnable = VK_FALSE;
672 ds_ci.depthBoundsTestEnable = VK_TRUE;
673 ds_ci.maxDepthBounds = 0.0f;
674 ds_ci.minDepthBounds = 0.0f
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp 542 VkPipelineDepthStencilStateCreateInfo ds_ci = {}; local
543 ds_ci.sType = VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO;
544 ds_ci.pNext = NULL;
545 ds_ci.depthTestEnable = VK_FALSE;
546 ds_ci.depthWriteEnable = VK_TRUE;
547 ds_ci.depthCompareOp = VK_COMPARE_OP_NEVER;
548 ds_ci.depthBoundsTestEnable = VK_FALSE;
550 ds_ci.depthBoundsTestEnable = VK_TRUE;
551 ds_ci.maxDepthBounds = 0.0f;
552 ds_ci.minDepthBounds = 0.0f
    [all...]

Completed in 78 milliseconds