Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c1736 D3D12_RESOURCE_DESC *tmp_desc, in dzn_cmd_buffer_copy_img_chunk() argument
1810 tmp_desc->Format = in dzn_cmd_buffer_copy_img_chunk()
1812 tmp_desc->Width = region.extent.width; in dzn_cmd_buffer_copy_img_chunk()
1813 tmp_desc->Height = region.extent.height; in dzn_cmd_buffer_copy_img_chunk()
1815 ID3D12Device1_GetCopyableFootprints(dev, tmp_desc, in dzn_cmd_buffer_copy_img_chunk()
1838 tmp_desc->Format = in dzn_cmd_buffer_copy_img_chunk()
1841 tmp_desc->Width = DIV_ROUND_UP(region.extent.width, src_blkw) * dst_blkw; in dzn_cmd_buffer_copy_img_chunk()
1843 tmp_desc->Height = DIV_ROUND_UP(region.extent.height, src_blkh) * dst_blkh; in dzn_cmd_buffer_copy_img_chunk()
1845 ID3D12Device1_GetCopyableFootprints(device->dev, tmp_desc, in dzn_cmd_buffer_copy_img_chunk()
3096 D3D12_RESOURCE_DESC tmp_desc = { in dzn_CmdCopyImage2() local
[all …]
Ddzn_image.c128 D3D12_RESOURCE_DESC tmp_desc = { in dzn_image_create() local
143 …ID3D12Device1_GetCopyableFootprints(device->dev, &tmp_desc, 0, 1, 0, &footprint, NULL, NULL, &size… in dzn_image_create()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11device.cpp932 DXGI_ADAPTER_DESC tmp_desc; in _gst_d3d11_device_get_adapter() local
939 hr = tmp->GetDesc (&tmp_desc); in _gst_d3d11_device_get_adapter()
943 if (luid != gst_d3d11_luid_to_int64 (&tmp_desc.AdapterLuid)) in _gst_d3d11_device_get_adapter()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_draw.cpp1137 D3D12_CPU_DESCRIPTOR_HANDLE *depth_desc = NULL, tmp_desc; in d3d12_draw_vbo() local
1148 tmp_desc = surface->desc_handle.cpu_handle; in d3d12_draw_vbo()
1150 depth_desc = &tmp_desc; in d3d12_draw_vbo()