Home
last modified time | relevance | path

Searched refs:isDescriptorTypeAccelerationStructure (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DDescriptorSetVirtualization.cpp102 bool isDescriptorTypeAccelerationStructure(VkDescriptorType descType) { in isDescriptorTypeAccelerationStructure() function
186 } else if (isDescriptorTypeAccelerationStructure(descType)) { in doEmulatedDescriptorWrite()
H A DDescriptorSetVirtualization.h103 bool isDescriptorTypeAccelerationStructure(VkDescriptorType descType);
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp3829 } else if (isDescriptorTypeAccelerationStructure(descType)) { in on_vkUpdateDescriptorSetsImpl()
8692 bool isDescriptorTypeAccelerationStructure(VkDescriptorType descType) { in isDescriptorTypeAccelerationStructure() function in gfxstream::vk::VkDecoderGlobalState::Impl