/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 1262 ….enabled_features.vertexInputDynamicState || device->vk.enabled_features.graphicsPipelineLibrary || in radv_CreateDevice() 1269 …if (device->vk.enabled_features.graphicsPipelineLibrary || device->vk.enabled_features.shaderObjec… in radv_CreateDevice()
|
H A D | radv_physical_device.c | 1102 .graphicsPipelineLibrary = true, in radv_physical_device_get_features()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 394 features->graphicsPipelineLibrary = VK_TRUE; in getPhysicalDeviceGraphicsPipelineLibraryFeatures() 1752 return CheckFeature(requested, supported, graphicsPipelineLibrary); in hasExtendedFeatures()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_physical_device.c | 500 .graphicsPipelineLibrary = true, in hk_get_device_features()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_physical_device.c | 202 .graphicsPipelineLibrary = true, in get_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 511 …onst bool gplSupport = contextGpl.graphicsPipelineLibrary; in createDeviceGroup()
|
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1356 gplFeatures.graphicsPipelineLibrary = VK_TRUE; in createInstance()
|
H A D | vktPipelineLibraryTests.cpp | 1257 if (!graphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary) in checkSupport()
|
H A D | vktPipelinePushDescriptorTests.cpp | 140 if (!graphicsPipelineLibraryFeaturesEXT.graphicsPipelineLibrary) in createDeviceWithPushDescriptor()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 4704 const bool gplSupport = contextGPLFeatures.graphicsPipelineLibrary; in CustomizedDeviceHelper()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_physical_device.c | 559 .graphicsPipelineLibrary = true, in nvk_get_device_features()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 650 .graphicsPipelineLibrary = true, in lvp_get_features()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_physical_device.c | 508 .graphicsPipelineLibrary = in get_features()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.cc | 598 features->graphicsPipelineLibrary = true; in tu_get_features()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceFeatures2.inl | 3997 …ipelineLibraryFeaturesEXT[0].graphicsPipelineLibrary != deviceGraphicsPipelineLibraryFeaturesEXT[1…
|
H A D | vkStructTypes.inl | 7808 VkBool32 graphicsPipelineLibrary; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_renderer.cpp | 5479 mGraphicsPipelineLibraryFeatures.graphicsPipelineLibrary == VK_TRUE && in initFeatures()
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 10638 size += vn_sizeof_VkBool32(&val->graphicsPipelineLibrary); in vn_sizeof_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_self() 10665 vn_encode_VkBool32(enc, &val->graphicsPipelineLibrary); in vn_encode_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_self() 10689 vn_decode_VkBool32(dec, &val->graphicsPipelineLibrary); in vn_decode_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT_self()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | goldfish_vk_marshaling_guest.cpp | 13274 vkStream->write((VkBool32*)&forMarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in marshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT() 13286 vkStream->read((VkBool32*)&forUnmarshaling->graphicsPipelineLibrary, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceGraphicsPipelineLibraryFeaturesEXT()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vulkan_core.h | 13459 VkBool32 graphicsPipelineLibrary; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 59668 , graphicsPipelineLibrary( graphicsPipelineLibrary_ ) 59699 graphicsPipelineLibrary = graphicsPipelineLibrary_; in setGraphicsPipelineLibrary() 59722 return std::tie( sType, pNext, graphicsPipelineLibrary ); in reflect() 59734 …pe == rhs.sType ) && ( pNext == rhs.pNext ) && ( graphicsPipelineLibrary == rhs.graphicsPipelineLi… in operator ==() 59747 VULKAN_HPP_NAMESPACE::Bool32 graphicsPipelineLibrary = {}; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 59668 , graphicsPipelineLibrary( graphicsPipelineLibrary_ ) 59699 graphicsPipelineLibrary = graphicsPipelineLibrary_; in setGraphicsPipelineLibrary() 59722 return std::tie( sType, pNext, graphicsPipelineLibrary ); in reflect() 59734 …pe == rhs.sType ) && ( pNext == rhs.pNext ) && ( graphicsPipelineLibrary == rhs.graphicsPipelineLi… in operator ==() 59747 VULKAN_HPP_NAMESPACE::Bool32 graphicsPipelineLibrary = {}; member
|
D | vulkan_core.h | 13921 VkBool32 graphicsPipelineLibrary; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 59668 , graphicsPipelineLibrary( graphicsPipelineLibrary_ ) 59699 graphicsPipelineLibrary = graphicsPipelineLibrary_; in setGraphicsPipelineLibrary() 59722 return std::tie( sType, pNext, graphicsPipelineLibrary ); in reflect() 59734 …pe == rhs.sType ) && ( pNext == rhs.pNext ) && ( graphicsPipelineLibrary == rhs.graphicsPipelineLi… in operator ==() 59747 VULKAN_HPP_NAMESPACE::Bool32 graphicsPipelineLibrary = {}; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 59668 , graphicsPipelineLibrary( graphicsPipelineLibrary_ ) 59699 graphicsPipelineLibrary = graphicsPipelineLibrary_; in setGraphicsPipelineLibrary() 59722 return std::tie( sType, pNext, graphicsPipelineLibrary ); in reflect() 59734 …pe == rhs.sType ) && ( pNext == rhs.pNext ) && ( graphicsPipelineLibrary == rhs.graphicsPipelineLi… in operator ==() 59747 VULKAN_HPP_NAMESPACE::Bool32 graphicsPipelineLibrary = {}; member
|