Home
last modified time | relevance | path

Searched defs:src_bits (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/util/format/
H A Dformat_utils.h43 _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 Dnir_format_convert.h178 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 Dlp_bld_format_aos.c151 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 Daco_instruction_selection.cpp642 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 Dlp_state_fs.c1766 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 Dsimulator-ppc.cc5095 unsigned __int128 src_bits = in ExecuteGeneric() local
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc4033 unsigned __int128 src_bits = bit_cast<__int128>(get_simd_register(r2).int8); in EVALUATE() local
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1880 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