Home
last modified time | relevance | path

Searched refs:bufferInfos (Results 1 – 16 of 16) 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()
306 if (!writeInfo.bufferInfos.empty()) in updateWithPush()
307 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in updateWithPush()
DvkBuilderUtil.hpp278 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_no_buildgn/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/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp318 VkDeviceSize createBuffers (std::vector<VkDescriptorBufferInfo>& bufferInfos,
328 std::vector<VkDescriptorBufferInfo>& bufferInfos,
338 const std::vector<VkDescriptorBufferInfo>& bufferInfos,
352 const std::vector<VkDescriptorBufferInfo>& bufferInfos,
951 …Size CommonDescriptorInstance::createBuffers (std::vector<VkDescriptorBufferInfo>& bufferInfos, in createBuffers() argument
970 bufferInfos.push_back(bufferInfo); in createBuffers()
977 std::vector<VkDescriptorBufferInfo>& bufferInfos, in createImages() argument
989 …const VkDeviceSize bufferSize = createBuffers(bufferInfos, buffer, imageCount, imageSize, sizeof(t… in createImages()
1002 const std::vector<VkDescriptorBufferInfo>& bufferInfos, in createBuffersViews() argument
1005 const deUint32 infoCount = static_cast<deUint32>(bufferInfos.size()); in createBuffersViews()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp318 VkDeviceSize createBuffers (std::vector<VkDescriptorBufferInfo>& bufferInfos,
328 std::vector<VkDescriptorBufferInfo>& bufferInfos,
338 const std::vector<VkDescriptorBufferInfo>& bufferInfos,
352 const std::vector<VkDescriptorBufferInfo>& bufferInfos,
951 …Size CommonDescriptorInstance::createBuffers (std::vector<VkDescriptorBufferInfo>& bufferInfos, in createBuffers() argument
970 bufferInfos.push_back(bufferInfo); in createBuffers()
977 std::vector<VkDescriptorBufferInfo>& bufferInfos, in createImages() argument
989 …const VkDeviceSize bufferSize = createBuffers(bufferInfos, buffer, imageCount, imageSize, sizeof(t… in createImages()
1002 const std::vector<VkDescriptorBufferInfo>& bufferInfos, in createBuffersViews() argument
1005 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.cpp1285 vector<VkDescriptorBufferInfo> bufferInfos (m_inValues.size()); in iterate() local
1296 &bufferInfos[0], in iterate()
1302 bufferInfos[ndx].buffer = buffers[ndx]->getBuffer(); in iterate()
1303 bufferInfos[ndx].offset = 0u; in iterate()
1304 bufferInfos[ndx].range = VK_WHOLE_SIZE; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1285 vector<VkDescriptorBufferInfo> bufferInfos (m_inValues.size()); in iterate() local
1296 &bufferInfos[0], in iterate()
1302 bufferInfos[ndx].buffer = buffers[ndx]->getBuffer(); in iterate()
1303 bufferInfos[ndx].offset = 0u; in iterate()
1304 bufferInfos[ndx].range = VK_WHOLE_SIZE; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1684 const vk::VkDescriptorBufferInfo bufferInfos[2] = in writeDescriptorSet() local
1694 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1699 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1700 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(1u), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1705 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1706 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(2u), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1711 …SetUpdateBuilder::Location::binding(getArbitraryBindingIndex(0)), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1712 …SetUpdateBuilder::Location::binding(getArbitraryBindingIndex(1)), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1717 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, 2u, bufferInfos); in writeDescriptorSet()
1753 const vk::VkDescriptorBufferInfo bufferInfos[2] = in writeDescriptorSetWithTemplate() local
[all …]
DvktBindingDescriptorBufferTests.cpp494 VkDescriptorBufferInfo bufferInfos[ConstMaxDescriptorArraySize]; member
4214 auto pInfo = &descriptorData[bindingIndex].bufferInfos[arrayIndex]; in pushDescriptorSet()
4322 entry.offset = basePtrOffsetOf(dataBasePtr, data.bufferInfos); in pushDescriptorSet()
4323 entry.stride = sizeof(data.bufferInfos[0]); in pushDescriptorSet()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1684 const vk::VkDescriptorBufferInfo bufferInfos[2] = in writeDescriptorSet() local
1694 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1699 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1700 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(1u), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1705 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1706 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(2u), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1711 …SetUpdateBuilder::Location::binding(getArbitraryBindingIndex(0)), descriptorType, &bufferInfos[0]); in writeDescriptorSet()
1712 …SetUpdateBuilder::Location::binding(getArbitraryBindingIndex(1)), descriptorType, &bufferInfos[1]); in writeDescriptorSet()
1717 …riptorSet, vk::DescriptorSetUpdateBuilder::Location::binding(0u), descriptorType, 2u, bufferInfos); in writeDescriptorSet()
1753 const vk::VkDescriptorBufferInfo bufferInfos[2] = in writeDescriptorSetWithTemplate() local
[all …]
DvktBindingDescriptorBufferTests.cpp494 VkDescriptorBufferInfo bufferInfos[ConstMaxDescriptorArraySize]; member
4214 auto pInfo = &descriptorData[bindingIndex].bufferInfos[arrayIndex]; in pushDescriptorSet()
4322 entry.offset = basePtrOffsetOf(dataBasePtr, data.bufferInfos); in pushDescriptorSet()
4323 entry.stride = sizeof(data.bufferInfos[0]); in pushDescriptorSet()