Home
last modified time | relevance | path

Searched refs:bufferInfos (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp230 writeInfo.bufferInfos.insert(writeInfo.bufferInfos.end(), pBufferInfo, pBufferInfo + count); in write()
276 if (!writeInfo.bufferInfos.empty()) in update()
277 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in update()
304 if (!writeInfo.bufferInfos.empty()) in updateWithPush()
305 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in updateWithPush()
DvkBuilderUtil.hpp274 std::vector<VkDescriptorBufferInfo> bufferInfos; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.cpp316 const std::vector<VkDescriptorBufferInfo> &bufferInfos) const in UpdateStorageBufferDescriptorSets()
319 writes.reserve(bufferInfos.size()); in UpdateStorageBufferDescriptorSets()
320 for(uint32_t i = 0; i < bufferInfos.size(); i++) in UpdateStorageBufferDescriptorSets()
331 &bufferInfos[i], // pBufferInfo in UpdateStorageBufferDescriptorSets()
DDevice.hpp102 … const std::vector<VkDescriptorBufferInfo> &bufferInfos) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp205 const vk::VkDescriptorBufferInfo bufferInfos[2] = in createDescriptorSet() local
227 …riptorSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &bufferInfos[0]); in createDescriptorSet()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipelineState.cpp293 VkDescriptorBufferInfo bufferInfos[3]; in writeUniformBuffers() local
299 &bufferInfos[writeCount], in writeUniformBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp313 VkDeviceSize createBuffers (std::vector<VkDescriptorBufferInfo>& bufferInfos,
323 std::vector<VkDescriptorBufferInfo>& bufferInfos,
333 const std::vector<VkDescriptorBufferInfo>& bufferInfos,
347 const std::vector<VkDescriptorBufferInfo>& bufferInfos,
943 …Size CommonDescriptorInstance::createBuffers (std::vector<VkDescriptorBufferInfo>& bufferInfos, in createBuffers() argument
962 bufferInfos.push_back(bufferInfo); in createBuffers()
969 std::vector<VkDescriptorBufferInfo>& bufferInfos, in createImages() argument
981 …const VkDeviceSize bufferSize = createBuffers(bufferInfos, buffer, imageCount, imageSize, sizeof(t… in createImages()
994 const std::vector<VkDescriptorBufferInfo>& bufferInfos, in createBuffersViews() argument
997 const deUint32 infoCount = static_cast<deUint32>(bufferInfos.size()); in createBuffersViews()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp3506 VkDescriptorBufferInfo bufferInfos[2] = {}; in drawOverlay() local
3507 bufferInfos[0].buffer = textWidgetsBuffer->getBuffer().getHandle(); in drawOverlay()
3508 bufferInfos[0].offset = 0; in drawOverlay()
3509 bufferInfos[0].range = VK_WHOLE_SIZE; in drawOverlay()
3511 bufferInfos[1].buffer = graphWidgetsBuffer->getBuffer().getHandle(); in drawOverlay()
3512 bufferInfos[1].offset = 0; in drawOverlay()
3513 bufferInfos[1].range = VK_WHOLE_SIZE; in drawOverlay()
3542 writeInfos[3].pBufferInfo = &bufferInfos[0]; in drawOverlay()
3546 writeInfos[4].pBufferInfo = &bufferInfos[1]; in drawOverlay()
DProgramExecutableVk.cpp1396 VkDescriptorBufferInfo *bufferInfos = contextVk->allocDescriptorBufferInfos(count); in updateAtomicCounterBuffersDescriptorSet() local
1403 static_cast<uint32_t>(binding), 0, &bufferInfos[writeCount], in updateAtomicCounterBuffersDescriptorSet()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1284 vector<VkDescriptorBufferInfo> bufferInfos (m_inValues.size()); in iterate() local
1295 &bufferInfos[0], in iterate()
1301 bufferInfos[ndx].buffer = buffers[ndx]->getBuffer(); in iterate()
1302 bufferInfos[ndx].offset = 0u; in iterate()
1303 bufferInfos[ndx].range = VK_WHOLE_SIZE; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1641 const vk::VkDescriptorBufferInfo bufferInfos[2] = in writeDescriptorSet() local
1651 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1656 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1657 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(1u), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1662 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1663 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(2u), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1668 …SetUpdateBuilder::Location::binding(getArbitraryBindingIndex(0)), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1669 …SetUpdateBuilder::Location::binding(getArbitraryBindingIndex(1)), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1674 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, 2u, bufferInfos); in writeDescriptorSet()
1709 const vk::VkDescriptorBufferInfo bufferInfos[2] = in writeDescriptorSetWithTemplate() local
[all …]