HomeSort by relevance Sort by last modified time
    Searched refs:VK_STENCIL_OP_KEEP (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/skia/src/gpu/vk/
GrVkCopyPipeline.cpp 68 VK_STENCIL_OP_KEEP, // failOp
69 VK_STENCIL_OP_KEEP, // passOp
70 VK_STENCIL_OP_KEEP, // depthFailOp
  /external/skqp/src/gpu/vk/
GrVkCopyPipeline.cpp 68 VK_STENCIL_OP_KEEP, // failOp
69 VK_STENCIL_OP_KEEP, // passOp
70 VK_STENCIL_OP_KEEP, // depthFailOp
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 530 VK_STENCIL_OP_KEEP, // failOp
531 VK_STENCIL_OP_KEEP, // passOp
532 VK_STENCIL_OP_KEEP, // depthFailOp
539 VK_STENCIL_OP_KEEP, // failOp
540 VK_STENCIL_OP_KEEP, // passOp
541 VK_STENCIL_OP_KEEP, // depthFailOp
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 196 VK_STENCIL_OP_KEEP, // stencil fail
197 VK_STENCIL_OP_KEEP, // depth & stencil pass
198 VK_STENCIL_OP_KEEP, // depth only fail
vktPipelineMultisampleBaseResolve.cpp 295 VK_STENCIL_OP_KEEP, // stencil fail
296 VK_STENCIL_OP_KEEP, // depth & stencil pass
297 VK_STENCIL_OP_KEEP, // depth only fail
vktPipelineBlendTests.cpp 579 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
580 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
581 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
589 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
590 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
591 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
    [all...]
vktPipelineDepthTests.cpp 615 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
616 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
617 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
625 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
626 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
627 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
    [all...]
vktPipelineInputAssemblyTests.cpp     [all...]
vktPipelinePushConstantTests.cpp     [all...]
vktPipelineCacheTests.cpp 363 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
364 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
365 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
373 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
374 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
375 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
    [all...]
vktPipelineTimestampTests.cpp 528 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
529 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
530 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
538 VK_STENCIL_OP_KEEP, // VkStencilOp failOp;
539 VK_STENCIL_OP_KEEP, // VkStencilOp passOp;
540 VK_STENCIL_OP_KEEP, // VkStencilOp depthFailOp;
    [all...]
vktPipelineVertexInputTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 259 VK_STENCIL_OP_KEEP, // stencil fail
260 VK_STENCIL_OP_KEEP, // depth & stencil pass
261 VK_STENCIL_OP_KEEP, // depth only fail
    [all...]
vktFragmentOperationsEarlyFragmentTests.cpp 312 VK_STENCIL_OP_KEEP, // stencil fail
313 VK_STENCIL_OP_KEEP, // depth & stencil pass
314 VK_STENCIL_OP_KEEP, // depth only fail
    [all...]
vktFragmentOperationsScissorTests.cpp 272 VK_STENCIL_OP_KEEP, // stencil fail
273 VK_STENCIL_OP_KEEP, // depth & stencil pass
274 VK_STENCIL_OP_KEEP, // depth only fail
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 234 VK_STENCIL_OP_KEEP, // stencil fail
235 VK_STENCIL_OP_KEEP, // depth & stencil pass
236 VK_STENCIL_OP_KEEP, // depth only fail
vktGeometryTestsUtil.cpp 237 VK_STENCIL_OP_KEEP, // stencil fail
238 VK_STENCIL_OP_KEEP, // depth & stencil pass
239 VK_STENCIL_OP_KEEP, // depth only fail
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 619 VK_STENCIL_OP_KEEP, // stencil fail
620 VK_STENCIL_OP_KEEP, // depth & stencil pass
621 VK_STENCIL_OP_KEEP, // depth only fail
    [all...]
vktSynchronizationInternallySynchronizedObjectsTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp 771 vk::VK_STENCIL_OP_KEEP, // failOp
772 vk::VK_STENCIL_OP_KEEP, // passOp
773 vk::VK_STENCIL_OP_KEEP, // depthFailOp
780 vk::VK_STENCIL_OP_KEEP, // failOp
781 vk::VK_STENCIL_OP_KEEP, // passOp
782 vk::VK_STENCIL_OP_KEEP, // depthFailOp
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 622 vk::VK_STENCIL_OP_KEEP,
623 vk::VK_STENCIL_OP_KEEP,
624 vk::VK_STENCIL_OP_KEEP,
631 vk::VK_STENCIL_OP_KEEP,
632 vk::VK_STENCIL_OP_KEEP,
633 vk::VK_STENCIL_OP_KEEP,
    [all...]
vktWsiDisplayTimingTests.cpp 659 vk::VK_STENCIL_OP_KEEP,
660 vk::VK_STENCIL_OP_KEEP,
661 vk::VK_STENCIL_OP_KEEP,
668 vk::VK_STENCIL_OP_KEEP,
669 vk::VK_STENCIL_OP_KEEP,
670 vk::VK_STENCIL_OP_KEEP,
    [all...]
vktWsiIncrementalPresentTests.cpp 772 vk::VK_STENCIL_OP_KEEP,
773 vk::VK_STENCIL_OP_KEEP,
774 vk::VK_STENCIL_OP_KEEP,
781 vk::VK_STENCIL_OP_KEEP,
782 vk::VK_STENCIL_OP_KEEP,
783 vk::VK_STENCIL_OP_KEEP,
    [all...]
vktWsiSwapchainTests.cpp 950 VK_STENCIL_OP_KEEP, // failOp
951 VK_STENCIL_OP_KEEP, // passOp
952 VK_STENCIL_OP_KEEP, // depthFailOp
959 VK_STENCIL_OP_KEEP, // failOp
960 VK_STENCIL_OP_KEEP, // passOp
961 VK_STENCIL_OP_KEEP, // depthFailOp
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp     [all...]

Completed in 1070 milliseconds

1 2 3