Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp282 DescriptorSetLayout *dstLayout = dstSet->header.layout; in WriteDescriptorSet() local
612 DescriptorSetLayout *dstLayout = dstSet->header.layout; in CopyDescriptorSet() local
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp719 VkImageLayout dstLayout, in copyImage()
742 VkImageLayout dstLayout, in blitImage()
803 VkImageLayout dstLayout, in copyBufferToImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandEncoder.cpp789 TextureDataLayout dstLayout = destination->layout; in APICopyTextureToBuffer() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp1253 void copyUniformData(const UniformLayout& dstLayout, const std::map<int, void*>& dstBlockPointers, in copyUniformData()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp1308 void copyUniformData (const UniformLayout& dstLayout, const std::map<int, void*>& dstBlockPointers,… in copyUniformData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1564 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const B… in copyData()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1543 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const B… in copyData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp2088 vk::VkImageLayout dstLayout) in ImageTransition()
8594 const vk::VkImageLayout dstLayout = getRandomNextLayout(state.rng, usage, srcLayout); in applyOp() local
8931 const vk::VkImageLayout dstLayout = getRandomNextLayout(rng, usage, srcLayout); in createCmdCommand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3048 const auto dstLayout = paramSet->makeDescriptorSetLayout(vkd, device, stageFlags, dstLayoutFlags); in iterate() local