Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dd3d12_common.c677 D3D12_HEAP_PROPERTIES heap_props = { D3D12_HEAP_TYPE_UPLOAD, D3D12_CPU_PAGE_PROPERTY_UNKNOWN, in d3d12_create_buffer() local
689 device, (D3D12_HEAP_PROPERTIES*)&heap_props, D3D12_HEAP_FLAG_NONE, &resource_desc, in d3d12_create_buffer()
739 D3D12_HEAP_PROPERTIES heap_props = { D3D12_HEAP_TYPE_DEFAULT, D3D12_CPU_PAGE_PROPERTY_UNKNOWN, in d3d12_init_texture() local
758 device, &heap_props, D3D12_HEAP_FLAG_NONE, &texture->desc, in d3d12_init_texture()
798 D3D12_HEAP_PROPERTIES heap_props = { D3D12_HEAP_TYPE_UPLOAD, D3D12_CPU_PAGE_PROPERTY_UNKNOWN, in d3d12_init_texture() local
817 device, &heap_props, D3D12_HEAP_FLAG_NONE, &buffer_desc, in d3d12_init_texture()