Searched defs:src_bits (Results 1 - 8 of 8) sorted by relevance
| /third_party/mesa3d/src/util/format/ |
| H A D | format_utils.h | 43 _mesa_unorm_to_float(unsigned x, unsigned src_bits) in _mesa_unorm_to_float() argument 49 _mesa_snorm_to_float(int x, unsigned src_bits) in _mesa_snorm_to_float() argument 58 _mesa_unorm_to_half(unsigned x, unsigned src_bits) in _mesa_unorm_to_half() argument 64 _mesa_snorm_to_half(int x, unsigned src_bits) in _mesa_snorm_to_half() argument 87 _mesa_unorm_to_unorm(unsigned x, unsigned src_bits, unsigne argument 107 _mesa_snorm_to_unorm(int x, unsigned src_bits, unsigned dst_bits) _mesa_snorm_to_unorm() argument 133 _mesa_unorm_to_snorm(unsigned x, unsigned src_bits, unsigned dst_bits) _mesa_unorm_to_snorm() argument 139 _mesa_snorm_to_snorm(int x, unsigned src_bits, unsigned dst_bits) _mesa_snorm_to_snorm() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_format_convert.h | 178 nir_format_bitcast_uvec_unmasked(nir_builder *b, nir_ssa_def *src, unsigned src_bits, unsigned dst_bits) nir_format_bitcast_uvec_unmasked() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 151 scale_bits_up(struct gallivm_state *gallivm, int src_bits, int dst_bits, LLVMValueRef src, struct lp_type src_type) scale_bits_up() argument
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 642 convert_int(isel_context* ctx, Builder& bld, Temp src, unsigned src_bits, unsigned dst_bits, in convert_int() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1766 scale_bits(struct gallivm_state *gallivm, int src_bits, int dst_bits, LLVMValueRef src, struct lp_type src_type) scale_bits() argument [all...] |
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 5095 unsigned __int128 src_bits = in ExecuteGeneric() local
|
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.cc | 4033 unsigned __int128 src_bits = bit_cast<__int128>(get_simd_register(r2).int8); in EVALUATE() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 1880 unsigned src_bits = nir_src_bit_size(alu->src[0].src); in get_cast_op() local 2039 unsigned src_bits = nir_src_bit_size(alu->src[0].src); in emit_unary_intin() local
|
Completed in 39 milliseconds