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

1 2

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 29 attachment->stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
35 attachment->stencilStoreOp = desc.fLoadStoreOps.fStoreOp;
  /external/skqp/src/gpu/vk/
GrVkRenderPass.cpp 29 attachment->stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
35 attachment->stencilStoreOp = desc.fLoadStoreOps.fStoreOp;
  /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)
271 res.stencilStoreOp = stencilStoreOp;
vkStructTypes.inl 946 VkAttachmentStoreOp stencilStoreOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 423 stencilStoreOp = _stencilStoreOp;
436 stencilStoreOp = rhs.stencilStoreOp;
    [all...]
vktDrawCreateInfoUtil.hpp 141 vk::VkAttachmentStoreOp stencilStoreOp,
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 618 VkAttachmentStoreOp stencilStoreOp,
629 , m_stencilStoreOp (stencilStoreOp)
778 log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMessage;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 360 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
417 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
    [all...]
layer_validation_tests.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 271 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
329 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
    [all...]
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 370 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
    [all...]
VulkanTestHelpers.cpp 522 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h 226 if (!validate_VkAttachmentStoreOp(pStruct->stencilStoreOp))
    [all...]
vk_struct_wrappers.h 172 VkAttachmentStoreOp get_stencilStoreOp() { return m_struct.stencilStoreOp; }
173 void set_stencilStoreOp(VkAttachmentStoreOp inValue) { m_struct.stencilStoreOp = inValue; }
    [all...]
parameter_validation.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 455 colorAttachmentDescriptions[imgNdx].stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; // VkAttachmentStoreOp stencilStoreOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 321 colorAttachmentDesc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 865 milliseconds

1 2