Searched refs:quant_mode (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_viewport.c | 72 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 …]
|
D | si_pipe.h | 758 enum si_quant_mode quant_mode; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_block_sizes2.cpp | 42 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/ |
D | serialization.py | 951 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/ |
D | test_lenet_quant.py | 160 export(network, inputs, file_name="lenet_quant", file_format=file_format, quant_mode='AUTO')
|
/third_party/mindspore/ |
D | RELEASE.md | 2143 >>> export(network, inputs, file_name="lenet_quant", file_format='MINDIR', quant_mode='AUTO')
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 3485 - radeonsi: use viewport offset in quant_mode determination
|
D | 20.3.0.rst | 3929 - radeonsi: fix quant_mode selection for large negative values
|