HomeSort by: relevance | last modified time | path
    Searched refs:VkExternalMemoryProperties (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_formats.c 359 external_props->externalMemoryProperties = (VkExternalMemoryProperties) {
418 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_formats.c 306 VkExternalMemoryProperties *external_properties)
347 *external_properties = (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_formats.c 1278 static const VkExternalMemoryProperties opaque_fd_only_props = {
1289 static const VkExternalMemoryProperties opaque_fd_dma_buf_props = {
1301 static const VkExternalMemoryProperties userptr_props = {
1308 static const VkExternalMemoryProperties android_buffer_props = {
1318 static const VkExternalMemoryProperties android_image_props = {
1611 (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_formats.c 443 static const VkExternalMemoryProperties prime_fd_props = {
591 (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_formats.c 531 (VkExternalMemoryProperties) {
680 (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_formats.c 978 static const VkExternalMemoryProperties prime_fd_props = {
991 static const VkExternalMemoryProperties userptr_props = {
998 static const VkExternalMemoryProperties android_buffer_props = {
1008 static const VkExternalMemoryProperties android_image_props = {
1203 (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_formats.c 1292 VkExternalMemoryProperties *external_properties)
1318 *external_properties = (VkExternalMemoryProperties) {
1463 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_formats.c 819 VkExternalMemoryProperties *external_properties)
861 *external_properties = (VkExternalMemoryProperties) {
993 (VkExternalMemoryProperties) {
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_formats.c 1656 VkExternalMemoryProperties *external_properties,
1724 *external_properties = (VkExternalMemoryProperties){
2002 pExternalBufferProperties->externalMemoryProperties = (VkExternalMemoryProperties){
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_physical_device.c 2218 VkExternalMemoryProperties *mem_props =
2280 VkExternalMemoryProperties *props =
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 4424 typedef struct VkExternalMemoryProperties {
4428 } VkExternalMemoryProperties;
4439 VkExternalMemoryProperties externalMemoryProperties;
4453 VkExternalMemoryProperties externalMemoryProperties;
5343 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 4984 typedef struct VkExternalMemoryProperties {
4988 } VkExternalMemoryProperties;
4999 VkExternalMemoryProperties externalMemoryProperties;
5013 VkExternalMemoryProperties externalMemoryProperties;
6637 typedef VkExternalMemoryProperties VkExternalMemoryPropertiesKHR;
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_device.h 9179 /* struct VkExternalMemoryProperties */
9182 vn_sizeof_VkExternalMemoryProperties(const VkExternalMemoryProperties *val)
9192 vn_decode_VkExternalMemoryProperties(struct vn_cs_decoder *dec, VkExternalMemoryProperties *val)
9200 vn_sizeof_VkExternalMemoryProperties_partial(const VkExternalMemoryProperties *val)
9210 vn_encode_VkExternalMemoryProperties_partial(struct vn_cs_encoder *enc, const VkExternalMemoryProperties *val)

Completed in 325 milliseconds