Home
last modified time | relevance | path

Searched refs:hprops (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_query.c135 D3D12_HEAP_PROPERTIES hprops = in dzn_query_pool_create() local
150 hres = ID3D12Device1_CreateCommittedResource(device->dev, &hprops, in dzn_query_pool_create()
162 hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, in dzn_query_pool_create()
165 hres = ID3D12Device1_CreateCommittedResource(device->dev, &hprops, in dzn_query_pool_create()
Ddzn_device.c1938 …D3D12_HEAP_PROPERTIES hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, D3D12_HEA… in dzn_device_query_init() local
1952 if (FAILED(ID3D12Device1_CreateCommittedResource(device->dev, &hprops, in dzn_device_query_init()
Ddzn_cmd_buffer.c1066 …D3D12_HEAP_PROPERTIES hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, heap_type… in dzn_cmd_buffer_alloc_internal_buf() local
1081 ID3D12Device1_CreateCommittedResource(device->dev, &hprops, in dzn_cmd_buffer_alloc_internal_buf()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c67 VkPhysicalDeviceExternalMemoryHostPropertiesEXT hprops; member
1119 p->props.pNext = &p->hprops; in vulkan_device_init()
1120 p->hprops.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT; in vulkan_device_init()
1132 p->hprops.minImportedHostPointerAlignment); in vulkan_device_init()
3132 offs = (uintptr_t)swf->data[i] % p->hprops.minImportedHostPointerAlignment; in vulkan_transfer_data()
3138 p->hprops.minImportedHostPointerAlignment); in vulkan_transfer_data()