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

1 2

  /external/skia/src/gpu/vk/
GrVkFramebuffer.cpp 17 const GrVkImageView* colorAttachment,
19 // At the very least we need a renderPass and a colorAttachment
21 SkASSERT(colorAttachment);
24 attachments[0] = colorAttachment->imageView();
GrVkFramebuffer.h 26 const GrVkImageView* colorAttachment,
GrVkGpuCommandBuffer.cpp 273 attachment.colorAttachment = 0; // this value shouldn't matter
357 attachment.colorAttachment = colorIndex;
GrVkCommandBuffer.cpp 162 SkASSERT(testIndex == attachments[i].colorAttachment);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 359 const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresourceRange));
370 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachment, renderSize.x(), renderSize.y(), 1u));
vktGeometryTestsUtil.cpp 549 const VkImageView colorAttachment,
560 &colorAttachment, // const VkImageView* pAttachments;
    [all...]
vktGeometryTestsUtil.hpp 175 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers);
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 447 const VkImageView colorAttachment,
458 &colorAttachment, // const VkImageView* pAttachments;
    [all...]
vktSynchronizationUtil.hpp 223 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 454 const VkImageView colorAttachment,
465 &colorAttachment, // const VkImageView* pAttachments;
    [all...]
vktTessellationUtil.hpp 205 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers);
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 784 const VkImageView colorAttachment,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fPrimitiveBoundingBoxTests.cpp 669 glu::Texture colorAttachment(m_context.getRenderContext());
671 gl.bindTexture(GL_TEXTURE_2D, *colorAttachment);
677 gl.framebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, *colorAttachment, 0);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1096 deUint32 colorAttachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 796 const AttachmentReference& colorAttachment = colorAttachments[colorNdx];
798 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
799 log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 474 uint32_t get_colorAttachment() { return m_struct.colorAttachment; }
475 void set_colorAttachment(uint32_t inValue) { m_struct.colorAttachment = inValue; }
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 746 milliseconds

1 2