Home
last modified time | relevance | path

Searched refs:mutableDescriptorType (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp260 mutableDescriptorTypeFeatures->mutableDescriptorType = false; in DeviceFeatures()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dmandatory_features.txt142 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE FEATURES ( mutableDescriptorType ) REQU…
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2778 VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT mutableDescriptorType = initVulkanStructure(); in checkSupport() local
2779 VkPhysicalDeviceFeatures2KHR features2 = initVulkanStructure(&mutableDescriptorType); in checkSupport()
2783 if (!mutableDescriptorType.mutableDescriptorType) in checkSupport()
H A DvktBindingDescriptorBufferTests.cpp2998 DE_ASSERT(mutableDescTypeFeatures.mutableDescriptorType); in DescriptorBufferTestInstance()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkMandatoryFeatures.inl1858 if ( physicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType == VK_FALSE )
1860 …log << tcu::TestLog::Message << "Mandatory feature mutableDescriptorType not supported" << tcu::Te…
2564 if ( physicalDeviceMutableDescriptorTypeFeaturesVALVE.mutableDescriptorType == VK_FALSE )
2566 …log << tcu::TestLog::Message << "Mandatory feature mutableDescriptorType not supported" << tcu::Te…
H A DvkDeviceFeatures2.inl3249 …bleDescriptorTypeFeaturesEXT[0].mutableDescriptorType != deviceMutableDescriptorTypeFeaturesEXT[1]…
H A DvkStructTypes.inl6206 VkBool32 mutableDescriptorType; member
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c529 .mutableDescriptorType = true, in hk_get_device_features()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c588 .mutableDescriptorType = true, in nvk_get_device_features()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c507 .mutableDescriptorType = true, in lvp_get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c556 .mutableDescriptorType = true, in get_features()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c957 .mutableDescriptorType = true, in radv_physical_device_get_features()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c559 .mutableDescriptorType = true, in get_features()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc622 features->mutableDescriptorType = true; in tu_get_features()
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_device.h6312 vn_encode_VkBool32(enc, &val->mutableDescriptorType); in vn_encode_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_self()
6337 vn_decode_VkBool32(dec, &val->mutableDescriptorType); in vn_decode_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_self_temp()
H A Dvulkan_core.h13843 VkBool32 mutableDescriptorType; member
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h9041 size += vn_sizeof_VkBool32(&val->mutableDescriptorType); in vn_sizeof_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_self()
9068 vn_encode_VkBool32(enc, &val->mutableDescriptorType); in vn_encode_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_self()
9092 vn_decode_VkBool32(dec, &val->mutableDescriptorType); in vn_decode_VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT_self()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58483 : mutableDescriptorType( mutableDescriptorType_ )
58517 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()
58540 return std::tie( sType, pNext, mutableDescriptorType ); in reflect()
58552 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()
58565 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
Dvulkan_core.h13463 VkBool32 mutableDescriptorType; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58483 : mutableDescriptorType( mutableDescriptorType_ )
58517 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()
58540 return std::tie( sType, pNext, mutableDescriptorType ); in reflect()
58552 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()
58565 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
Dvulkan_core.h13463 VkBool32 mutableDescriptorType; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58483 : mutableDescriptorType( mutableDescriptorType_ )
58517 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()
58540 return std::tie( sType, pNext, mutableDescriptorType ); in reflect()
58552 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()
58565 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
Dvulkan_core.h13463 VkBool32 mutableDescriptorType; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58483 : mutableDescriptorType( mutableDescriptorType_ )
58517 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()
58540 return std::tie( sType, pNext, mutableDescriptorType ); in reflect()
58552 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()
58565 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
Dvulkan_core.h13463 VkBool32 mutableDescriptorType; member

1234