HomeSort by relevance Sort by last modified time
    Searched refs:subOp (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 586 if (subOp < ARRAY_SIZE(atomSubOpStr))
587 PRINT("%s ", atomSubOpStr[subOp]);
591 if (subOp < ARRAY_SIZE(ldstSubOpStr))
592 PRINT("%s ", ldstSubOpStr[subOp]);
595 if (subOp < ARRAY_SIZE(subfmOpStr))
596 PRINT("%s ", subfmOpStr[subOp]);
599 if (subOp < ARRAY_SIZE(shflOpStr))
600 PRINT("%s ", shflOpStr[subOp]);
603 if (subOp < ARRAY_SIZE(pixldOpStr))
604 PRINT("%s ", pixldOpStr[subOp]);
    [all...]
nv50_ir_emit_gk110.cpp 105 void emitLogicOp(const Instruction *, uint8_t subOp);
113 void emitSFnOp(const Instruction *, uint8_t subOp);
537 if (i->subOp == NV50_IR_SUBOP_MADSP_SD) {
540 code[1] |= (i->subOp & 0x00f) << 19; // imadp1
541 code[1] |= (i->subOp & 0x0f0) << 20; // imadp2
542 code[1] |= (i->subOp & 0x100) << 11; // imadp3
543 code[1] |= (i->subOp & 0x200) << 15; // imadp3
544 code[1] |= (i->subOp & 0xc00) << 12; // imadp3
620 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
627 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH
    [all...]
nv50_ir_emit_nvc0.cpp 110 void emitLogicOp(const Instruction *, uint8_t subOp);
118 void emitSFnOp(const Instruction *, uint8_t subOp);
634 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
761 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
811 if (i->subOp == NV50_IR_SUBOP_MADSP_SD) {
814 code[0] |= (i->subOp & 0x00f) << 7;
815 code[0] |= (i->subOp & 0x0f0) << 1;
816 code[0] |= (i->subOp & 0x100) >> 3;
817 code[0] |= (i->subOp & 0x200) >> 2;
818 code[1] |= (i->subOp & 0xc00) << 13
    [all...]
nv50_ir_lowering_gm107.cpp 125 add->subOp = 0x00;
133 add->subOp = qOps[l][0];
141 add->subOp = qOps[l][1];
208 shfl->subOp = NV50_IR_SUBOP_SHFL_BFLY;
210 insn->subOp = qop;
nv50_ir_lowering_nvc0.cpp 92 i->subOp = NV50_IR_SUBOP_RCPRSQ_64H;
399 if (prev->subOp > useVec[i].level)
400 prev->subOp = useVec[i].level;
405 bar->subOp = useVec[i].level;
436 min = MIN2(min, i->subOp);
437 max = MIN2(max, i->subOp);
480 if (i->subOp >= max) {
484 max = i->subOp;
485 if (prev && prev->op == OP_TEXBAR && prev->subOp >= max) {
601 if (i->op == OP_BAR && i->subOp == NV50_IR_SUBOP_BAR_SYNC &
    [all...]
nv50_ir_emit_gm107.cpp 782 emitField(0x29, 1, insn->subOp);
865 emitField(0x29, 2, insn->subOp);
898 emitField(0x29, 2, insn->subOp);
942 if (insn->subOp == 1) {
972 emitField(0x1e, 2, insn->subOp);
2803 uint8_t subop; local
    [all...]
nv50_ir_emit_nv50.cpp 111 void emitSFnOp(const Instruction *, uint8_t subOp);
    [all...]
nv50_ir_peephole.cpp 201 if (insn->op == OP_SET && insn->subOp)
542 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
548 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
655 if (i->subOp == NV50_IR_SUBOP_EXTBF_REV)
731 i->subOp = 0;
764 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
770 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
957 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
969 i->subOp = 0;
977 i->subOp = 0
    [all...]
nv50_ir_lowering_nv50.cpp 46 const bool highResult = mul->subOp == NV50_IR_SUBOP_MUL_HIGH;
278 pre->subOp = NV50_IR_SUBOP_EMU_PRERET + 0;
290 skip->subOp = NV50_IR_SUBOP_EMU_PRERET + 1;
291 call->subOp = NV50_IR_SUBOP_EMU_PRERET + 2;
473 mul->subOp = add->subOp;
474 add->subOp = 0;
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir.cpp 565 subOp = 0;
754 i->subOp = subOp;
nv50_ir_target_nv50.cpp 347 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH && sf == FILE_MEMORY_CONST)
nv50_ir.h 170 // various instruction-specific modifier definitions Instruction::subOp
864 uint16_t subOp; // quadop, 1 for mul-high, etc.
    [all...]
nv50_ir_build_util.cpp 267 quadop->subOp = q;
nv50_ir_target_nvc0.cpp 400 (insn->op != OP_LOAD || insn->subOp != NV50_IR_SUBOP_LDC_IS))
nv50_ir_ra.cpp     [all...]
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
SensorOperationTest.java 76 FakeSensorOperation subOp = new FakeSensorOperation(subOpDurationMs, TimeUnit.MILLISECONDS);
77 SensorOperation op = new DelaySensorOperation(subOp, opDurationMs, TimeUnit.MILLISECONDS);
95 SensorOperation subOp = new FakeSensorOperation(subOpDurationMs,
97 op.add(subOp);
136 SensorOperation subOp = new FakeSensorOperation(i % 50 == 5, i, TimeUnit.MILLISECONDS);
137 op.add(subOp);
176 SensorOperation subOp = new FakeSensorOperation(i % 50 == 5 ? 5 : 0, TimeUnit.SECONDS);
177 op.add(subOp);
208 SensorOperation subOp = new FakeSensorOperation(subOpDurationMs, TimeUnit.MILLISECONDS);
209 SensorOperation op = new RepeatingSensorOperation(subOp, iterations)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]

Completed in 4421 milliseconds