Home
last modified time | relevance | path

Searched defs:srcLayout (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp717 VkImageLayout srcLayout, in copyImage()
739 VkImageLayout srcLayout, in blitImage()
782 VkImageLayout srcLayout, in copyImageToBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp608 DescriptorSetLayout *srcLayout = srcSet->header.layout; in CopyDescriptorSet() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp730 TextureDataLayout srcLayout = source->layout; in APICopyBufferToTexture() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp1254 const UniformLayout& srcLayout, const std::map<int, void*>& srcBlockPointers) in copyUniformData()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp1308 …ut& dstLayout, const std::map<int, void*>& dstBlockPointers, const UniformLayout& srcLayout, const… in copyUniformData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1564 …out& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const BufferLayout& srcLayout, const… in copyData()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1543 …out& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const BufferLayout& srcLayout, const… in copyData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp2087 vk::VkImageLayout srcLayout, in ImageTransition()
8593 …const vk::VkImageLayout srcLayout = state.rng.getFloat() < 0.9f ? state.imageLayout : vk::VK_IMAG… in applyOp() local
8930 …const vk::VkImageLayout srcLayout = rng.getFloat() < 0.9f ? state.imageLayout : vk::VK_IMAGE_LAYO… in createCmdCommand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3069 Move<VkDescriptorSetLayout> srcLayout; in iterate() local