Searched defs:src_bits (Results 1 – 9 of 9) sorted by relevance
| /third_party/mesa3d/src/util/format/ |
| D | format_utils.h | 43 _mesa_unorm_to_float(unsigned x, unsigned src_bits) in _mesa_unorm_to_float() 49 _mesa_snorm_to_float(int x, unsigned src_bits) in _mesa_snorm_to_float() 58 _mesa_unorm_to_half(unsigned x, unsigned src_bits) in _mesa_unorm_to_half() 64 _mesa_snorm_to_half(int x, unsigned src_bits) in _mesa_snorm_to_half() 87 _mesa_unorm_to_unorm(unsigned x, unsigned src_bits, unsigned dst_bits) in _mesa_unorm_to_unorm() 107 _mesa_snorm_to_unorm(int x, unsigned src_bits, unsigned dst_bits) in _mesa_snorm_to_unorm() 133 _mesa_unorm_to_snorm(unsigned x, unsigned src_bits, unsigned dst_bits) in _mesa_unorm_to_snorm() 139 _mesa_snorm_to_snorm(int x, unsigned src_bits, unsigned dst_bits) in _mesa_snorm_to_snorm()
|
| /third_party/mesa3d/src/nouveau/mme/ |
| D | mme_fermi_builder.c | 237 struct mme_value src_bits, in mme_fermi_bfe_lsl_can_use_imm() 247 struct mme_value src_bits, in mme_fermi_bfe_lsl_can_use_reg() 258 struct mme_value src_bits, in mme_fermi_bfe()
|
| /third_party/mesa3d/src/nouveau/compiler/nak/ |
| D | from_nir.rs | 777 let src_bits = alu.get_src(0).src.bit_size(); in parse_alu() localVariable 816 let src_bits = usize::from(alu.get_src(0).bit_size()); in parse_alu() localVariable 1273 let src_bits = alu.get_src(0).src.bit_size(); in parse_alu() localVariable 1288 let src_bits = alu.get_src(0).src.bit_size(); in parse_alu() localVariable 1520 let src_bits = usize::from(alu.get_src(1).bit_size()); in parse_alu() localVariable 1575 let src_bits = alu.get_src(0).src.bit_size(); in parse_alu() localVariable
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_format_aos.c | 152 int src_bits, in scale_bits_up()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_format_convert.c | 144 unsigned src_bits, unsigned dst_bits) in nir_format_bitcast_uvec_unmasked()
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_nir_lower_cooperative_matrix.c | 410 const unsigned src_bits = glsl_base_type_bit_size(src_desc.element_type); in lower_cmat_unary_op() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_fs.c | 1842 int src_bits, in scale_bits()
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| D | nir_to_dxil.c | 2337 unsigned src_bits = nir_src_bit_size(alu->src[0].src); in get_cast_op() local 2541 unsigned src_bits = nir_src_bit_size(alu->src[0].src); in emit_unary_intin() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_instruction_selection.cpp | 472 convert_int(isel_context* ctx, Builder& bld, Temp src, unsigned src_bits, unsigned dst_bits, in convert_int()
|