Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp960 D3D12_TEXTURE_COPY_LOCATION tex_loc = {0}; in fill_texture_location() local
963 tex_loc.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; in fill_texture_location()
964 tex_loc.SubresourceIndex = subres; in fill_texture_location()
965 tex_loc.pResource = d3d12_resource_resource(res); in fill_texture_location()
966 return tex_loc; in fill_texture_location()

Completed in 3 milliseconds