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

1 2

  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.h 128 VkAttachmentStoreOp fVkColorStoreOp;
130 VkAttachmentStoreOp fVkStencilStoreOp;
GrVkRenderPass.h 27 VkAttachmentStoreOp fStoreOp;
29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp)
GrVkGpuCommandBuffer.cpp 26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) {
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 615 VkAttachmentStoreOp storeOp,
618 VkAttachmentStoreOp stencilStoreOp,
640 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; }
644 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; }
654 VkAttachmentStoreOp m_storeOp;
657 VkAttachmentStoreOp m_stencilStoreOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 139 vk::VkAttachmentStoreOp storeOp,
141 vk::VkAttachmentStoreOp stencilStoreOp,
vktDrawCreateInfoUtil.cpp 411 vk::VkAttachmentStoreOp _storeOp,
413 vk::VkAttachmentStoreOp _stencilStoreOp,
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 84 static inline const char* string_VkAttachmentStoreOp(VkAttachmentStoreOp input_value)
86 switch ((VkAttachmentStoreOp)input_value)
93 return "Unhandled VkAttachmentStoreOp";
    [all...]
vk_enum_validate_helper.h 42 static inline uint32_t validate_VkAttachmentStoreOp(VkAttachmentStoreOp input_value)
44 switch ((VkAttachmentStoreOp)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 34 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value);
81 inline tcu::Format::Enum<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentStoreOp value) { return tcu::Format::Enum<VkAttachmentStoreOp>(getAttachmentStoreOpName, value); }
128 inline std::ostream& operator<< (std::ostream& s, VkAttachmentStoreOp value) { return s << getAttachmentStoreOpStr(value); }
    [all...]
vkBasicTypes.inl 768 enum VkAttachmentStoreOp
    [all...]
vkStructTypes.inl 944 VkAttachmentStoreOp storeOp;
946 VkAttachmentStoreOp stencilStoreOp;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 181 VkAttachmentStoreOp store_op;
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 775 typedef enum VkAttachmentStoreOp {
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 775 typedef enum VkAttachmentStoreOp {
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 750 typedef enum VkAttachmentStoreOp {
757 } VkAttachmentStoreOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 750 typedef enum VkAttachmentStoreOp {
757 } VkAttachmentStoreOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 750 typedef enum VkAttachmentStoreOp {
757 } VkAttachmentStoreOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 750 typedef enum VkAttachmentStoreOp {
757 } VkAttachmentStoreOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 750 typedef enum VkAttachmentStoreOp {
757 } VkAttachmentStoreOp;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 750 typedef enum VkAttachmentStoreOp {
757 } VkAttachmentStoreOp;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 755 typedef enum VkAttachmentStoreOp {
762 } VkAttachmentStoreOp;
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_private.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]

Completed in 763 milliseconds

1 2