| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| nir_opcodes.c | 10 unsigned dst_bit_size = nir_alu_type_get_type_size(dst); local 18 src_bit_size == dst_bit_size) { 31 switch (dst_bit_size) { 51 switch (dst_bit_size) { 65 switch (dst_bit_size) { 89 switch (dst_bit_size) { 109 switch (dst_bit_size) { 124 switch (dst_bit_size) { 146 switch (dst_bit_size) { 166 switch (dst_bit_size) { [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| nir_opcodes.c | 10 unsigned dst_bit_size = nir_alu_type_get_type_size(dst); local 18 src_bit_size == dst_bit_size) { 31 switch (dst_bit_size) { 51 switch (dst_bit_size) { 65 switch (dst_bit_size) { 83 switch (dst_bit_size) { 103 switch (dst_bit_size) { 118 switch (dst_bit_size) { 134 switch (dst_bit_size) { 154 switch (dst_bit_size) { [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_nir_lower_conversions.c | 31 unsigned dst_bit_size, 35 nir_alu_type dst_full_type = (nir_alu_type) (dst_type | dst_bit_size); 72 unsigned dst_bit_size = nir_dest_bit_size(alu->dest.dest); local 89 if ((src_full_type == nir_type_float16 && dst_bit_size == 64) || 95 dst_type, dst_bit_size, 115 if ((src_bit_size == 8 && dst_bit_size == 64) || 116 (src_bit_size == 64 && dst_bit_size == 8)) { 119 nir_op op2 = get_conversion_op(dst_type, 32, dst_type, dst_bit_size,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_bit_size.c | 71 unsigned dst_bit_size = alu->dest.dest.ssa.bit_size; local 73 nir_ssa_def *dst = convert_to_bit_size(bld, lowered_dst, type, dst_bit_size);
|
| nir_search.c | 442 unsigned dst_bit_size = replace_bitsize(value, search_bitsize, state); local 443 nir_op op = nir_op_for_search_op(expr->opcode, dst_bit_size); 450 dst_bit_size, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_nir_lower_conversions.c | 31 unsigned dst_bit_size, 35 nir_alu_type dst_full_type = (nir_alu_type) (dst_type | dst_bit_size); 72 unsigned dst_bit_size = nir_dest_bit_size(alu->dest.dest); local 89 if ((src_full_type == nir_type_float16 && dst_bit_size == 64) || 95 dst_type, dst_bit_size, 115 if ((src_bit_size == 8 && dst_bit_size == 64) || 116 (src_bit_size == 64 && dst_bit_size == 8)) { 119 nir_op op2 = get_conversion_op(dst_type, 32, dst_type, dst_bit_size,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_bit_size.c | 52 unsigned dst_bit_size = alu->dest.dest.ssa.bit_size; local 66 assert(util_is_power_of_two_nonzero(dst_bit_size)); 67 src = nir_iand(bld, src, nir_imm_int(bld, dst_bit_size - 1)); 76 assert(dst_bit_size * 2 <= bit_size); 79 lowered_dst = nir_ushr_imm(bld, lowered_dst, dst_bit_size); 81 lowered_dst = nir_ishr_imm(bld, lowered_dst, dst_bit_size); 89 const int64_t int_max = u_intN_max(dst_bit_size); 90 const int64_t int_min = u_intN_min(dst_bit_size); 96 const uint64_t uint_max = u_uintN_max(dst_bit_size); 106 dst_bit_size != bit_size) [all...] |
| nir_search.c | 475 unsigned dst_bit_size = replace_bitsize(value, search_bitsize, state); local 476 nir_op op = nir_op_for_search_op(expr->opcode, dst_bit_size); 483 dst_bit_size, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| vtn_alu.c | 258 unsigned src_bit_size, unsigned dst_bit_size) 357 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; 633 unsigned dst_bit_size = glsl_get_bit_size(dest_type); local 636 src_bit_size, dst_bit_size); 701 unsigned dst_bit_size = glsl_get_bit_size(dest_type); local 703 nir_alu_type dst_type = convert_op_dst_type(opcode) | dst_bit_size; 720 dest->def = nir_convert_alu_types(&b->nb, dst_bit_size, src[0], 745 unsigned dst_bit_size = glsl_get_bit_size(dest_type); local 747 src0_bit_size, dst_bit_size); 805 unsigned dst_bit_size = glsl_get_bit_size(dest_type) local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| vtn_alu.c | 218 unsigned src_bit_size, unsigned dst_bit_size) 332 dst_type |= dst_bit_size; 524 unsigned dst_bit_size = glsl_get_bit_size(type); local 526 src_bit_size, dst_bit_size); 550 unsigned dst_bit_size = glsl_get_bit_size(type); local 552 src_bit_size, dst_bit_size); 585 unsigned dst_bit_size = glsl_get_bit_size(type); local 587 src0_bit_size, dst_bit_size); 628 unsigned dst_bit_size = glsl_get_bit_size(type); local 630 src_bit_size, dst_bit_size); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| nir_to_tgsi.c | 2490 int dst_bit_size = nir_dest_bit_size(alu->dest.dest); local 2492 if (src_bit_size == 64 || dst_bit_size == 64) {
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_meta_copy.c | 3311 const uint32_t dst_bit_size = local 3316 if (dst_bit_size >= src_bit_size) 3319 assert(dst_bit_size > 0); 3321 nir_ssa_def *max = nir_imm_int(&b, (1 << dst_bit_size) - 1); 3324 nir_ssa_def *max = nir_imm_int(&b, (1 << (dst_bit_size - 1)) - 1); 3325 nir_ssa_def *min = nir_imm_int(&b, -(1 << (dst_bit_size - 1)));
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| midgard_compile.c | 280 int dst_bit_size = nir_dest_bit_size(alu->dest.dest); local 282 if (src_bit_size == 64 || dst_bit_size == 64) {
|