Searched refs:descriptorSize (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSet.cpp | 44 uint32_t descriptorSize = layout->getDescriptorSize(i, j); in ParseDescriptors() local 74 descriptorMemory += descriptorSize; in ParseDescriptors()
|
H A D | VkDescriptorSetLayout.cpp | 171 size_t descriptorSize = GetDescriptorSize(bindings[i].descriptorType); in initialize() local 180 mem += descriptorSize; in initialize() 195 mem += descriptorSize; in initialize() 205 mem += descriptorSize; in initialize() 212 mem += bindings[i].descriptorCount * descriptorSize; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderMemory.cpp | 393 uint32_t descriptorSize = routine->pipelineLayout->getDescriptorSize(d.DescriptorSet, d.Binding); in GetPointerToData() local 394 Int descriptorOffset = bindingOffset + descriptorSize * arrayIndex; in GetPointerToData()
|
H A D | SpirvShader.cpp | 1330 uint32_t descriptorSize = routine->pipelineLayout->getDescriptorSize(d.DescriptorSet, d.Binding); in WalkAccessChain() local 1335 ptr.base += descriptorSize * GetConstScalarInt(indexIds[i]); in WalkAccessChain() 1340 ptr.base += descriptorSize * Extract(state->getIntermediate(indexIds[i]).Int(0), 0); in WalkAccessChain()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 4150 const auto descriptorSize = static_cast<size_t>(getDescriptorSize(binding)); 4152 std::vector<deUint8> reference(descriptorSize); 4153 deMemcpy(reference.data(), descriptorPtr, descriptorSize); 4155 deMemset(descriptorPtr, 0xcc, descriptorSize); 4156 m_deviceInterface->getDescriptorEXT(*m_device, &descGetInfo, descriptorSize, descriptorPtr); 4158 if (deMemCmp(reference.data(), descriptorPtr, descriptorSize) != 0) 4166 const auto descriptorSize = static_cast<size_t>(getDescriptorSize(binding)); 4167 m_deviceInterface->getDescriptorEXT(*m_device, &descGetInfo, descriptorSize, descriptorPtr);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 4121 const auto descriptorSize = static_cast<size_t>(getDescriptorSize(binding)); 4123 std::vector<deUint8> reference(descriptorSize); 4124 deMemcpy(reference.data(), descriptorPtr, descriptorSize); 4126 deMemset(descriptorPtr, 0xcc, descriptorSize); 4127 m_deviceInterface->getDescriptorEXT(*m_device, &descGetInfo, descriptorSize, descriptorPtr); 4129 if (deMemCmp(reference.data(), descriptorPtr, descriptorSize) != 0) 4137 const auto descriptorSize = static_cast<size_t>(getDescriptorSize(binding)); 4138 m_deviceInterface->getDescriptorEXT(*m_device, &descGetInfo, descriptorSize, descriptorPtr);
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_descriptor_set.c | 1624 pHostMapping->descriptorSize = binding_layout->size; in radv_GetDescriptorSetLayoutHostMappingInfoVALVE()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 14271 uint32_t descriptorSize; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 17370 uint32_t descriptorSize; member
|
H A D | vulkan_hash.hpp | 3407 VULKAN_HPP_HASH_COMBINE( seed, descriptorSetLayoutHostMappingInfoVALVE.descriptorSize );
|
H A D | vulkan_structs.hpp | 25248 , descriptorSize( descriptorSize_ ) in descriptorSize() function 25283 descriptorSize = descriptorSize_; 25306 return std::tie( sType, pNext, descriptorOffset, descriptorSize ); 25318 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( descriptorOffset == rhs.descriptorOffset ) && ( descriptorSize == rhs.descriptorSize ); 25332 uint32_t descriptorSize = {}; member [all...] |
Completed in 181 milliseconds