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

1 2 3

  /external/mesa3d/src/amd/vulkan/
radv_pass.c 72 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i];
95 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i];
radv_meta_blit.c 738 .pSubpasses = &(VkSubpassDescription) {
918 .pSubpasses = &(VkSubpassDescription) {
    [all...]
radv_meta_blit2d.c 769 .pSubpasses = &(VkSubpassDescription) {
925 .pSubpasses = &(VkSubpassDescription) {
    [all...]
radv_meta_clear.c 236 .pSubpasses = &(VkSubpassDescription) {
521 .pSubpasses = &(VkSubpassDescription) {
    [all...]
radv_meta_decompress.c 98 .pSubpasses = &(VkSubpassDescription) {
radv_meta_fast_clear.c 98 .pSubpasses = &(VkSubpassDescription) {
radv_meta_resolve.c 108 .pSubpasses = &(VkSubpassDescription) {
  /external/mesa3d/src/intel/vulkan/
anv_pass.c 85 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i];
106 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i];
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
parameter_validation.h     [all...]
vk_struct_validate_helper.h     [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...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 132 createInfo.pSubpasses = &subpassDesc;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 295 pSubpasses = &m_subpassesStructs[0];
333 pSubpasses = &m_subpassesStructs[0];
337 pSubpasses = DE_NULL;
368 pSubpasses = &m_subpassesStructs[0];
    [all...]
vktDrawCreateInfoUtil.hpp 206 const vk::VkSubpassDescription* pSubpasses = DE_NULL,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]
core_validation_types.h 206 const VkSubpassDescription *subpass = &pCreateInfo->pSubpasses[i];
device_limits.cpp 451 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) {
455 pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments);
    [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...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 451 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) {
455 pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments);
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 355 rp_info.pSubpasses = &subpass;
533 rpci.pSubpasses = &subpass;
    [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...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 211 render_pass_info.pSubpasses = &subpass;

Completed in 764 milliseconds

1 2 3