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

/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dbin_to_bmp.c74 dst_size = util_format_get_2d_size(dst_format, dst_stride, width);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvolume9.c111 This->layer_stride = util_format_get_2d_size(This->info.format,
128 This->layer_stride_internal = util_format_get_2d_size(This->format_internal,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvolume9.c111 This->layer_stride = util_format_get_2d_size(This->info.format,
127 This->layer_stride_internal = util_format_get_2d_size(This->format_internal,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp714 trans->base.layer_stride = util_format_get_2d_size(res->base.format,
923 ptrans->layer_stride = util_format_get_2d_size(pres->format,
944 ptrans->layer_stride = util_format_get_2d_size(pres->format,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c133 if (offset + util_format_get_2d_size(format, stride, height) >
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c133 if (offset + util_format_get_2d_size(format, stride, height) >
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h884 util_format_get_2d_size(enum pipe_format format, function in typeref:typename:size_t
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_resource.c302 size = util_format_get_2d_size(pres->format, stride, height);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c66 valid_layer_stride = util_format_get_2d_size(res->format, valid_stride,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c58 valid_layer_stride = util_format_get_2d_size(res->format, valid_stride,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c863 size = util_format_get_2d_size(format, transfer->stride,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.c354 size = util_format_get_2d_size(pres->format, stride, height);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.c248 layer_stride = util_format_get_2d_size(pres->format, stride, box->height);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h932 util_format_get_2d_size(enum pipe_format format, function in typeref:typename:size_t
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c1358 trans->base.b.layer_stride = util_format_get_2d_size(format,
1463 util_format_get_2d_size(m->base.b.format, trans->base.b.stride, box->y) +
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2179 unsigned img_stride = util_format_get_2d_size(dst_format, buffer_row_len, buffer_image_height);
2261 unsigned img_stride = util_format_get_2d_size(src_format, buffer_row_len, buffer_image_height);

Completed in 25 milliseconds