/external/mesa3d/src/amd/compiler/tests/ |
D | test_to_hw_instr.cpp | 56 Definition(v0_lo, v2b), Definition(v1_lo, v2b), 57 Operand(v1_lo, v2b), Operand(v0_lo, v2b)); 66 Operand(v1_lo, v2b), Operand(v0_lo, v2b)); 75 Definition(v0_lo, v6b), Operand(v1_lo, v2b), 76 Operand(v0_lo, v2b), Operand(v2_lo, v2b)); 87 Operand(v1_lo, v2b), Operand(v0_lo, v2b), 88 Operand(v2_lo, v2b), Operand(v3_lo, v2b)); 101 Operand(v1_lo, v2b), Operand(v2_lo, v2b), 102 Operand(v0_lo, v2b), Operand(v3_lo, v2b)); 109 Definition(v1_lo, v2b), Definition(v0_lo, v2b), [all …]
|
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/ |
D | JsonIgnorePropertiesTest.java | 97 JsonIgnoreProperties.Value v2b = EMPTY.withoutMerge(); in testSimpleMerge() local 107 JsonIgnoreProperties.Value v3b = JsonIgnoreProperties.Value.merge(v1, v2b); in testSimpleMerge() 114 assertEquals(v2b, v3b); in testSimpleMerge() 116 assertSame(v2b, v2b.withOverrides(null)); in testSimpleMerge() 117 assertSame(v2b, v2b.withOverrides(EMPTY)); in testSimpleMerge()
|
/external/deqp-deps/glslang/Test/ |
D | 300BuiltIns.frag | 23 vec2 v2a, v2b; 66 uint u17 = packHalf2x16(v2b);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 300BuiltIns.frag | 23 vec2 v2a, v2b; 66 uint u17 = packHalf2x16(v2b);
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | mmx-arg-passing-x86-64.ll | 33 %v2b = bitcast x86_mmx %v2 to <8 x i8> 34 %tmp3 = add <8 x i8> %v1a, %v2b
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-arg-passing-x86-64.ll | 35 %v2b = bitcast x86_mmx %v2 to <8 x i8> 36 %tmp3 = add <8 x i8> %v1a, %v2b
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 585 assert(src_bits != 16 || src.regClass() == v2b); in convert_int() 1229 } else if (dst.regClass() == v1 || dst.regClass() == v2b || dst.regClass() == v1b) { in visit_alu_instr() 1312 if (dst.regClass() == v2b && ctx->program->chip_class >= GFX10) { in visit_alu_instr() 1314 } else if (dst.regClass() == v2b) { in visit_alu_instr() 1326 if (dst.regClass() == v2b && ctx->program->chip_class >= GFX10) { in visit_alu_instr() 1328 } else if (dst.regClass() == v2b) { in visit_alu_instr() 1340 if (dst.regClass() == v2b && ctx->program->chip_class >= GFX10) { in visit_alu_instr() 1342 } else if (dst.regClass() == v2b) { in visit_alu_instr() 1354 if (dst.regClass() == v2b && ctx->program->chip_class >= GFX10) { in visit_alu_instr() 1356 } else if (dst.regClass() == v2b) { in visit_alu_instr() [all …]
|
D | aco_lower_to_hw_instr.cpp | 544 } else if (src.regClass() == v2b) { in emit_reduction() 1029 } else if (dst.regClass() == v2b && op.isConstant() && !op.isLiteral()) { in copy_constant() 1039 } else if (dst.regClass() == v2b && op.isLiteral()) { in copy_constant() 1047 Operand def_lo(dst.physReg().advance(-2), v2b); in copy_constant() 1052 Operand def_hi(dst.physReg().advance(2), v2b); in copy_constant() 1102 bld.vop2(aco_opcode::v_cvt_pk_u16_u32, dst, Operand(lo_reg, v2b), op); in do_copy() 1248 Definition def_lo = Definition(def.physReg(), v2b); in do_pack_2x16() 1249 Definition def_hi = Definition(def.physReg().advance(2), v2b); in do_pack_2x16() 1285 bld.vop1(aco_opcode::v_mov_b32, Definition(reg, v2b), op); in do_pack_2x16() 1304 lo = Operand(def_hi.physReg(), v2b); in do_pack_2x16() [all …]
|
D | aco_ir.h | 273 v2b = v2 | (1 << 7), enumerator 330 static constexpr RegClass v2b{RegClass::v2b};
|
D | aco_print_ir.cpp | 79 case RegClass::v2b: fprintf(output, " v2b: "); return; in print_reg_class()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 300BuiltIns.frag.out | 182 0:66 'v2b' ( global mediump 2-component vector of float) 209 0:? 'v2b' ( global mediump 2-component vector of float) 389 0:66 'v2b' ( global mediump 2-component vector of float) 416 0:? 'v2b' ( global mediump 2-component vector of float)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | 300BuiltIns.frag.out | 182 0:66 'v2b' ( global mediump 2-component vector of float) 209 0:? 'v2b' ( global mediump 2-component vector of float) 389 0:66 'v2b' ( global mediump 2-component vector of float) 416 0:? 'v2b' ( global mediump 2-component vector of float)
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 4267 - aco: remove unecessary p_split_vector with v2b reg class 4304 - aco: store 16-bit temporary outputs as v2b
|