Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp334 D3D12_SUBRESOURCE_FOOTPRINT *footprint = &placed_footprint.Footprint; in convert_planar_resource() local
337 assert(plane_res->base.b.width0 == footprint->Width); in convert_planar_resource()
338 assert(plane_res->base.b.height0 == footprint->Height); in convert_planar_resource()
339 assert(plane_res->base.b.depth0 == footprint->Depth); in convert_planar_resource()
463 D3D12_SUBRESOURCE_FOOTPRINT *footprint = &placed_footprint.Footprint; in d3d12_resource_from_handle() local
485 footprint->Format = incoming_res_desc.Format; in d3d12_resource_from_handle()
486 footprint->Width = incoming_res_desc.Width; in d3d12_resource_from_handle()
487 footprint->Height = incoming_res_desc.Height; in d3d12_resource_from_handle()
488 footprint->Depth = incoming_res_desc.DepthOrArraySize; in d3d12_resource_from_handle()
491 if (footprint in d3d12_resource_from_handle()
978 D3D12_PLACED_SUBRESOURCE_FOOTPRINT footprint; fill_buffer_location() local
[all...]
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c623 int footprint; in lws_fts_search() local
660 footprint = (int)(sizeof(*fp) + fplen + 1); in lws_fts_search()
663 footprint += (int)(2 * sizeof(uint32_t) * tot); in lws_fts_search()
667 footprint += (int)(sizeof(void *) * tot); in lws_fts_search()
670 fp = lwsac_use(&ftsp->results_head, (unsigned int)footprint, 0); in lws_fts_search()
679 fp->matches_length = footprint - (int)sizeof(*fp) - (int)(fplen + 1); in lws_fts_search()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c141 D3D12_PLACED_SUBRESOURCE_FOOTPRINT footprint; in dzn_image_create() local
143 ID3D12Device1_GetCopyableFootprints(device->dev, &tmp_desc, 0, 1, 0, &footprint, NULL, NULL, &size); in dzn_image_create()
145 image->linear.row_stride = footprint.Footprint.RowPitch; in dzn_image_create()
805 D3D12_PLACED_SUBRESOURCE_FOOTPRINT footprint; in dzn_GetImageSubresourceLayout() local
811 &footprint, in dzn_GetImageSubresourceLayout()
815 layout->offset = footprint.Offset; in dzn_GetImageSubresourceLayout()
816 layout->rowPitch = footprint.Footprint.RowPitch; in dzn_GetImageSubresourceLayout()
817 layout->depthPitch = layout->rowPitch * footprint.Footprint.Height; in dzn_GetImageSubresourceLayout()
/third_party/mbedtls/scripts/
H A Dfootprint.sh17 # Usage: footprint.sh
42 OUTFILE='00-footprint-summary.txt'
108 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp921 // less than 1 alpha in the expanded block footprint that in compress_image()
927 float footprint = static_cast<float>(x_footprint * y_footprint); in compress_image() local
928 float threshold = 0.9f / (255.0f * footprint); in compress_image()

Completed in 7 milliseconds