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

1 2

  /external/skia/src/gpu/vk/
GrVkRenderPass.h 26 VkAttachmentLoadOp fLoadOp;
29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp)
GrVkGpuCommandBuffer.h 176 VkAttachmentLoadOp fVkColorLoadOp;
178 VkAttachmentLoadOp fVkStencilLoadOp;
GrVkGpuCommandBuffer.cpp 47 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) {
  /external/skqp/src/gpu/vk/
GrVkRenderPass.h 26 VkAttachmentLoadOp fLoadOp;
29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp)
GrVkGpuCommandBuffer.h 192 VkAttachmentLoadOp fVkColorLoadOp;
194 VkAttachmentLoadOp fVkStencilLoadOp;
GrVkCopyManager.cpp 324 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE
GrVkGpuCommandBuffer.cpp 47 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) {
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 614 VkAttachmentLoadOp loadOp,
617 VkAttachmentLoadOp stencilLoadOp,
639 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; }
643 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; }
653 VkAttachmentLoadOp m_loadOp;
656 VkAttachmentLoadOp m_stencilLoadOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 138 vk::VkAttachmentLoadOp loadOp,
140 vk::VkAttachmentLoadOp stencilLoadOp,
vktDrawCreateInfoUtil.cpp 410 vk::VkAttachmentLoadOp _loadOp,
412 vk::VkAttachmentLoadOp _stencilLoadOp,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 68 static inline const char* string_VkAttachmentLoadOp(VkAttachmentLoadOp input_value)
70 switch ((VkAttachmentLoadOp)input_value)
79 return "Unhandled VkAttachmentLoadOp";
    [all...]
vk_enum_validate_helper.h 28 static inline uint32_t validate_VkAttachmentLoadOp(VkAttachmentLoadOp input_value)
30 switch ((VkAttachmentLoadOp)input_value)
    [all...]
vk_struct_wrappers.h 166 VkAttachmentLoadOp get_loadOp() { return m_struct.loadOp; }
167 void set_loadOp(VkAttachmentLoadOp inValue) { m_struct.loadOp = inValue; }
170 VkAttachmentLoadOp get_stencilLoadOp() { return m_struct.stencilLoadOp; }
171 void set_stencilLoadOp(VkAttachmentLoadOp inValue) { m_struct.stencilLoadOp = inValue; }
    [all...]
  /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)
vkStrUtil.inl 33 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value);
92 inline tcu::Format::Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) { return tcu::Format::Enum<VkAttachmentLoadOp>(getAttachmentLoadOpName, value); }
151 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << getAttachmentLoadOpStr(value); }
    [all...]
vkStructTypes.inl 943 VkAttachmentLoadOp loadOp;
945 VkAttachmentLoadOp stencilLoadOp;
    [all...]
vkBasicTypes.inl     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 771 typedef enum VkAttachmentLoadOp {
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 765 typedef enum VkAttachmentLoadOp {
773 } VkAttachmentLoadOp;
    [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.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 782 milliseconds

1 2