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

1 2 3

  /external/mesa3d/src/intel/vulkan/
anv_pass.c 124 if (desc->pDepthStencilAttachment &&
125 a == desc->pDepthStencilAttachment->attachment)
170 if (desc->pDepthStencilAttachment) {
171 uint32_t a = desc->pDepthStencilAttachment->attachment;
174 desc->pDepthStencilAttachment->layout;
  /external/mesa3d/src/amd/vulkan/
radv_pass.c 135 if (desc->pDepthStencilAttachment) {
137 *desc->pDepthStencilAttachment;
radv_meta_clear.c 245 .pDepthStencilAttachment = &(VkAttachmentReference) {
527 .pDepthStencilAttachment = &(VkAttachmentReference) {
    [all...]
radv_meta_blit.c 747 .pDepthStencilAttachment = &(VkAttachmentReference) {
924 .pDepthStencilAttachment = &(VkAttachmentReference) {
    [all...]
radv_meta_blit2d.c 778 .pDepthStencilAttachment = &(VkAttachmentReference) {
931 .pDepthStencilAttachment = &(VkAttachmentReference) {
    [all...]
radv_meta_decompress.c 104 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_fast_clear.c 109 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_resolve.c 123 .pDepthStencilAttachment = &(VkAttachmentReference) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 285 inline VkSubpassDescription makeSubpassDescription (VkSubpassDescriptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const deUint32* pPreserveAttachments)
295 res.pDepthStencilAttachment = pDepthStencilAttachment;
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 116 subpassDesc.pDepthStencilAttachment = &stencilRef;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 481 pDepthStencilAttachment = &m_depthStencilAttachment;
515 if (rhs.pDepthStencilAttachment)
516 m_depthStencilAttachment = *rhs.pDepthStencilAttachment;
527 pDepthStencilAttachment = &m_depthStencilAttachment;
556 pDepthStencilAttachment = &m_depthStencilAttachment;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]
image.cpp 447 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment &&
448 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
image.cpp 448 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment &&
449 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 161 const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilAttachmentReference : &unusedAttachmentReference);
172 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h     [all...]
vk_safe_struct.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 769 const VkAttachmentReference* pDepthStencilAttachment = DE_NULL;
775 pDepthStencilAttachment = &attachmentRef;
793 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp 498 const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : DE_NULL);
508 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 342 subpass.pDepthStencilAttachment = &ds_reference;
344 subpass.pDepthStencilAttachment = NULL;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 447 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment &&
448 pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) {
    [all...]

Completed in 624 milliseconds

1 2 3