Searched defs:dstLayout (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.cpp | 282 DescriptorSetLayout *dstLayout = dstSet->header.layout; in WriteDescriptorSet() local 612 DescriptorSetLayout *dstLayout = dstSet->header.layout; in CopyDescriptorSet() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 719 VkImageLayout dstLayout, in copyImage() 742 VkImageLayout dstLayout, in blitImage() 803 VkImageLayout dstLayout, in copyBufferToImage()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandEncoder.cpp | 789 TextureDataLayout dstLayout = destination->layout; in APICopyTextureToBuffer() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 1253 void copyUniformData(const UniformLayout& dstLayout, const std::map<int, void*>& dstBlockPointers, in copyUniformData()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.cpp | 1308 void copyUniformData (const UniformLayout& dstLayout, const std::map<int, void*>& dstBlockPointers,… in copyUniformData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1564 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const B… in copyData()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1543 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const B… in copyData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 2088 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/ |
D | vktBindingValveMutableTests.cpp | 3048 const auto dstLayout = paramSet->makeDescriptorSetLayout(vkd, device, stageFlags, dstLayoutFlags); in iterate() local
|