Home
last modified time | relevance | path

Searched defs:ResourceDescription (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp265 struct ResourceDescription struct
267 ResourceType type;
268 tcu::IVec4 size; //!< unused components are 0, e.g. for buffers only x is meaningful
269 vk::VkImageType imageType;
270 vk::VkFormat imageFormat;
271 vk::VkImageAspectFlags imageAspect;
272 vk::VkSampleCountFlagBits imageSamples;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationUtil.hpp265 struct ResourceDescription struct
267 ResourceType type;
268 tcu::IVec4 size; //!< unused components are 0, e.g. for buffers only x is meaningful
269 vk::VkImageType imageType;
270 vk::VkFormat imageFormat;
271 vk::VkImageAspectFlags imageAspect;
272 vk::VkSampleCountFlagBits imageSamples;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h52 std::string ResourceDescription; variable