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

1 2

  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.h 127 VkAttachmentLoadOp fVkColorLoadOp;
129 VkAttachmentLoadOp fVkStencilLoadOp;
GrVkRenderPass.h 26 VkAttachmentLoadOp fLoadOp;
29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp)
GrVkGpuCommandBuffer.cpp 26 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/r13/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...]
  /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);
80 inline tcu::Format::Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) { return tcu::Format::Enum<VkAttachmentLoadOp>(getAttachmentLoadOpName, value); }
127 inline std::ostream& operator<< (std::ostream& s, VkAttachmentLoadOp value) { return s << getAttachmentLoadOpStr(value); }
    [all...]
vkBasicTypes.inl 759 enum VkAttachmentLoadOp
    [all...]
vkStructTypes.inl 943 VkAttachmentLoadOp loadOp;
945 VkAttachmentLoadOp stencilLoadOp;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 180 VkAttachmentLoadOp load_op;
  /external/mesa3d/src/amd/vulkan/
radv_private.h     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 765 typedef enum VkAttachmentLoadOp {
773 } VkAttachmentLoadOp;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 771 typedef enum VkAttachmentLoadOp {
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 765 typedef enum VkAttachmentLoadOp {
773 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 740 typedef enum VkAttachmentLoadOp {
748 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 740 typedef enum VkAttachmentLoadOp {
748 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 740 typedef enum VkAttachmentLoadOp {
748 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 740 typedef enum VkAttachmentLoadOp {
748 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 740 typedef enum VkAttachmentLoadOp {
748 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 740 typedef enum VkAttachmentLoadOp {
748 } VkAttachmentLoadOp;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 745 typedef enum VkAttachmentLoadOp {
753 } VkAttachmentLoadOp;
    [all...]

Completed in 643 milliseconds

1 2