Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c72 unsigned quant_mode = sctx->viewports.as_scissor[0].quant_mode; in si_get_small_prim_cull_info() local
74 if (quant_mode == SI_QUANT_MODE_12_12_FIXED_POINT_1_4096TH) in si_get_small_prim_cull_info()
76 else if (quant_mode == SI_QUANT_MODE_14_10_FIXED_POINT_1_1024TH) in si_get_small_prim_cull_info()
199 out->quant_mode = MIN2(out->quant_mode, in->quant_mode); in si_scissor_make_union()
262 vp_as_scissor.quant_mode = SI_QUANT_MODE_16_8_FIXED_POINT_1_256TH; in si_emit_guardband()
281 assert(vp_as_scissor.maxx <= max_viewport_size[vp_as_scissor.quant_mode] && in si_emit_guardband()
282 vp_as_scissor.maxy <= max_viewport_size[vp_as_scissor.quant_mode]); in si_emit_guardband()
320 assert(vp_as_scissor.quant_mode < ARRAY_SIZE(max_viewport_size)); in si_emit_guardband()
321 max_range = max_viewport_size[vp_as_scissor.quant_mode] / 2; in si_emit_guardband()
370 S_028BE4_QUANT_MODE(V_028BE4_X_16_8_FIXED_POINT_1_256TH + vp_as_scissor.quant_mode)); in si_emit_guardband()
[all …]
Dsi_pipe.h758 enum si_quant_mode quant_mode; member
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp42 int* quant_mode in decode_block_mode_2d() argument
136 *quant_mode = qmode; in decode_block_mode_2d()
146 int* quant_mode in decode_block_mode_3d() argument
228 *quant_mode = qmode; in decode_block_mode_3d()
/third_party/mindspore/mindspore/train/
Dserialization.py951 quant_mode = kwargs['quant_mode']
952 if not isinstance(quant_mode, str):
953 … raise TypeError("The type of quant_mode should be str, but got {}.".format(type(quant_mode)))
954 if quant_mode in ('AUTO', 'MANUAL'):
969 quant_mode = kwargs['quant_mode']
970 if quant_mode not in quant_mode_formats:
972 if quant_mode == 'NONQUANT':
/third_party/mindspore/tests/st/quantization/lenet_quant/
Dtest_lenet_quant.py160 export(network, inputs, file_name="lenet_quant", file_format=file_format, quant_mode='AUTO')
/third_party/mindspore/
DRELEASE.md2143 >>> export(network, inputs, file_name="lenet_quant", file_format='MINDIR', quant_mode='AUTO')
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3485 - radeonsi: use viewport offset in quant_mode determination
D20.3.0.rst3929 - radeonsi: fix quant_mode selection for large negative values