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

1 2

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 28 attachment->stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
34 attachment->stencilLoadOp = desc.fLoadStoreOps.fLoadOp;
  /external/skqp/src/gpu/vk/
GrVkRenderPass.cpp 28 attachment->stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
34 attachment->stencilLoadOp = desc.fLoadStoreOps.fLoadOp;
  /external/skia/src/gpu/
GrRenderTargetOpList.cpp 99 GrLoadOp stencilLoadOp) {
112 stencilLoadOp,
  /external/skqp/src/gpu/
GrRenderTargetOpList.cpp 99 GrLoadOp stencilLoadOp) {
112 stencilLoadOp,
  /external/mesa3d/src/amd/vulkan/
radv_pass.c 63 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
radv_meta_clear.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pass.c 76 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
  /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...]
  /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/renderpass/
vktRenderPassTests.cpp 617 VkAttachmentLoadOp stencilLoadOp,
628 , m_stencilLoadOp (stencilLoadOp)
777 log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessage;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 359 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
416 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 270 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
328 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
    [all...]
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 369 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
    [all...]
VulkanTestHelpers.cpp 521 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h 224 if (!validate_VkAttachmentLoadOp(pStruct->stencilLoadOp))
    [all...]
vk_struct_wrappers.h 170 VkAttachmentLoadOp get_stencilLoadOp() { return m_struct.stencilLoadOp; }
171 void set_stencilLoadOp(VkAttachmentLoadOp inValue) { m_struct.stencilLoadOp = inValue; }
    [all...]
parameter_validation.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 454 colorAttachmentDescriptions[imgNdx].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; // VkAttachmentLoadOp stencilLoadOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 320 colorAttachmentDesc.stencilLoadOp = VK_ATTACHMENT_LOAD_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...]

Completed in 564 milliseconds

1 2