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

1 2

  /external/mesa3d/src/intel/vulkan/
anv_pass.c 119 if (a != VK_ATTACHMENT_UNUSED) {
138 if (a != VK_ATTACHMENT_UNUSED) {
154 if (a != VK_ATTACHMENT_UNUSED) {
175 if (a != VK_ATTACHMENT_UNUSED) {
182 subpass->depth_stencil_attachment = VK_ATTACHMENT_UNUSED;
220 VK_ATTACHMENT_UNUSED) {
anv_blorp.c     [all...]
anv_pipeline.c     [all...]
anv_cmd_buffer.c 810 if (subpass->depth_stencil_attachment == VK_ATTACHMENT_UNUSED)
  /external/mesa3d/src/amd/vulkan/
radv_pass.c 130 if (a != VK_ATTACHMENT_UNUSED)
139 subpass->depth_stencil_attachment.attachment = VK_ATTACHMENT_UNUSED;
radv_meta_resolve.c 124 .attachment = VK_ATTACHMENT_UNUSED,
597 if (dest_att.attachment == VK_ATTACHMENT_UNUSED)
608 .depth_stencil_attachment = { .attachment = VK_ATTACHMENT_UNUSED },
radv_meta_clear.c 246 .attachment = VK_ATTACHMENT_UNUSED,
437 .depth_stencil_attachment = (VkAttachmentReference) { VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_UNDEFINED }
681 assert(pass_att != VK_ATTACHMENT_UNUSED);
946 if (ds != VK_ATTACHMENT_UNUSED &&
    [all...]
radv_meta_fast_clear.c 110 .attachment = VK_ATTACHMENT_UNUSED,
radv_pipeline.c     [all...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 94 colorRef.attachment = VK_ATTACHMENT_UNUSED;
113 stencilRef.attachment = VK_ATTACHMENT_UNUSED;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 827 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 296 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 214 if (att != VK_ATTACHMENT_UNUSED) {
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 360 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
399 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 459 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 381 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 12 #define VK_ATTACHMENT_UNUSED (static_cast<deUint32> ((~0U)))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 145 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.cpp 484 VK_ATTACHMENT_UNUSED, // deUint32 attachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 449 attachment = VK_ATTACHMENT_UNUSED;
    [all...]

Completed in 132 milliseconds

1 2