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

  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout)
270 res.stencilLoadOp = stencilLoadOp;
vkStructTypes.inl 945 VkAttachmentLoadOp stencilLoadOp;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 24 attachment->stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 422 stencilLoadOp = _stencilLoadOp;
435 stencilLoadOp = rhs.stencilLoadOp;
    [all...]
vktDrawCreateInfoUtil.hpp 140 vk::VkAttachmentLoadOp stencilLoadOp,
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 422 stencilLoadOp = _stencilLoadOp;
435 stencilLoadOp = rhs.stencilLoadOp;
    [all...]
vktDynamicStateCreateInfoUtil.hpp 142 vk::VkAttachmentLoadOp stencilLoadOp,
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 425 stencilLoadOp = _stencilLoadOp;
438 stencilLoadOp = rhs.stencilLoadOp;
    [all...]
vktQueryPoolCreateInfoUtil.hpp 140 vk::VkAttachmentLoadOp stencilLoadOp,
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 524 VkAttachmentLoadOp stencilLoadOp,
535 , m_stencilLoadOp (stencilLoadOp)
677 log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessage;
952 attachment.getStencilLoadOp(), // stencilLoadOp
    [all...]
vktSynchronization.cpp 317 colorAttachmentDesc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 276 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
342 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 653 milliseconds