Searched refs:hprops (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_query.c | 135 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()
|
D | dzn_device.c | 1938 …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()
|
D | dzn_cmd_buffer.c | 1066 …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/ |
D | hwcontext_vulkan.c | 67 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()
|