Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
H A 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()
H A Ddzn_device.c1938 D3D12_HEAP_PROPERTIES hprops = dzn_ID3D12Device2_GetCustomHeapProperties(device->dev, 0, D3D12_HEAP_TYPE_UPLOAD); in dzn_device_query_init() local
1952 if (FAILED(ID3D12Device1_CreateCommittedResource(device->dev, &hprops, in dzn_device_query_init()
H A 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/
H A Dhwcontext_vulkan.c87 VkPhysicalDeviceExternalMemoryHostPropertiesEXT hprops; member
1452 p->props.pNext = &p->hprops; in vulkan_device_init()
1453 p->hprops.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT; in vulkan_device_init()
1465 p->hprops.minImportedHostPointerAlignment); in vulkan_device_init()
3885 offs = (uintptr_t)swf->data[i] % p->hprops.minImportedHostPointerAlignment; in vulkan_transfer_data()
3891 p->hprops.minImportedHostPointerAlignment); in vulkan_transfer_data()

Completed in 17 milliseconds