Home
last modified time | relevance | path

Searched refs:descriptorBufferInfo (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp251 VkDescriptorBufferInfo *descriptorBufferInfo = in initDescriptorSet() local
257 VkDescriptorBufferInfo &bufferInfo = descriptorBufferInfo[bufferIndex]; in initDescriptorSet()
263 writeDescriptorSet(contextVk, variableInfoMap, xfbBufferCount, descriptorBufferInfo, descSet); in initDescriptorSet()
284 VkDescriptorBufferInfo *descriptorBufferInfo = in updateDescriptorSet() local
290 VkDescriptorBufferInfo &bufferInfo = descriptorBufferInfo[bufferIndex]; in updateDescriptorSet()
299 writeDescriptorSet(contextVk, variableInfoMap, xfbBufferCount, descriptorBufferInfo, descSet); in updateDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp398 …const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(m_resultBuffer->get()… in prepareDescriptors() local
402 …rSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo) in prepareDescriptors()
474 …const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(m_resultBuffer->get()… in prepareDescriptors() local
478 …rSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo) in prepareDescriptors()
DvktImageMisalignedCubeTests.cpp190 …const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer->get(), … in iterate() local
215 …rSetUpdateBuilder::Location::binding(2u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDynamicOffsetTests.cpp472 const VkDescriptorBufferInfo descriptorBufferInfo = in init() local
512 &descriptorBufferInfo, // const VkDescriptorBufferInfo* pBufferInfo; in init()
1057 const VkDescriptorBufferInfo descriptorBufferInfo = in init() local
1097 &descriptorBufferInfo, // const VkDescriptorBufferInfo* pBufferInfo; in init()
1106 const VkDescriptorBufferInfo descriptorBufferInfo = in init() local
1142 &descriptorBufferInfo, // const VkDescriptorBufferInfo* pBufferInfo; in init()
DvktPipelineSpecConstantTests.cpp528 …const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), … in iterate() local
531 …rSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo) in iterate()
657 …const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), … in iterate() local
660 …rSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo) in iterate()
DvktPipelineMultisampleTests.cpp4126 …const auto descriptorBufferInfo = vk::makeDescriptorBufferInfo(referenceBuffers[i]->get(), 0u, buf… in iterate() local
4127 …pdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
4131 …const auto descriptorBufferInfo = vk::makeDescriptorBufferInfo(outputBuffers[i]->get(), 0u, buffer… in iterate() local
4132 …pdateBuilder::Location::binding(0u), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
DvktPipelinePushDescriptorTests.cpp532 VkDescriptorBufferInfo descriptorBufferInfo = in init() local
549 &descriptorBufferInfo, // const VkDescriptorBufferInfo* pBufferInfo; in init()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuildIndirectTests.cpp455 …const vk::VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(**buffer, 0ull… in prepareBuffer() local
468 …rSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo) in prepareBuffer()
DvktRayTracingBarrierTests.cpp959 …const auto descriptorBufferInfo = makeDescriptorBufferInfo(resourceBuffer->get(), 0ull, VK_WHOLE_S… in updateDescriptorSet() local
960 …Set.get(), DescriptorSetUpdateBuilder::Location::binding(0u), resourceType, &descriptorBufferInfo); in updateDescriptorSet()
995 …const auto descriptorBufferInfo = makeDescriptorBufferInfo(verificationBuffer->get(), 0ull, VK_WH… in updateDescriptorSet() local
997 …ilder::Location::binding(bindingNumber), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in updateDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp421 …const auto descriptorBufferInfo = vk::makeDescriptorBufferInfo(storageBuffer.get(), 0u, stora… in iterate() local
422 …UpdateBuilder::Location::binding(0), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
DvktRasterizationTests.cpp546 const VkDescriptorBufferInfo descriptorBufferInfo = in BaseRenderingTestInstance() local
563 &descriptorBufferInfo, // const VkDescriptorBufferInfo* pBufferInfo; in BaseRenderingTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1280 const VkDescriptorBufferInfo descriptorBufferInfo = in renderQuad() local
1288 …orSetUpdateBuilder::Location::binding(0), VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &descriptorBufferInfo) in renderQuad()