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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_print.cpp 590 if (subOp < ARRAY_SIZE(atomSubOpStr))
591 PRINT("%s ", atomSubOpStr[subOp]);
595 if (subOp < ARRAY_SIZE(ldstSubOpStr))
596 PRINT("%s ", ldstSubOpStr[subOp]);
599 if (subOp < ARRAY_SIZE(subfmOpStr))
600 PRINT("%s ", subfmOpStr[subOp]);
603 if (subOp < ARRAY_SIZE(shflOpStr))
604 PRINT("%s ", shflOpStr[subOp]);
607 if (subOp < ARRAY_SIZE(pixldOpStr))
608 PRINT("%s ", pixldOpStr[subOp]);
    [all...]
nv50_ir_emit_gk110.cpp 105 void emitLogicOp(const Instruction *, uint8_t subOp);
114 void emitSFnOp(const Instruction *, uint8_t subOp);
556 if (i->subOp == NV50_IR_SUBOP_MADSP_SD) {
559 code[1] |= (i->subOp & 0x00f) << 19; // imadp1
560 code[1] |= (i->subOp & 0x0f0) << 20; // imadp2
561 code[1] |= (i->subOp & 0x100) << 11; // imadp3
562 code[1] |= (i->subOp & 0x200) << 15; // imadp3
563 code[1] |= (i->subOp & 0xc00) << 12; // imadp3
639 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
646 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH
    [all...]
nv50_ir_emit_nvc0.cpp 111 void emitLogicOp(const Instruction *, uint8_t subOp);
119 void emitSFnOp(const Instruction *, uint8_t subOp);
649 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
776 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH)
826 if (i->subOp == NV50_IR_SUBOP_MADSP_SD) {
829 code[0] |= (i->subOp & 0x00f) << 7;
830 code[0] |= (i->subOp & 0x0f0) << 1;
831 code[0] |= (i->subOp & 0x100) >> 3;
832 code[0] |= (i->subOp & 0x200) >> 2;
833 code[1] |= (i->subOp & 0xc00) << 13
    [all...]
nv50_ir_emit_gm107.cpp 790 emitField(0x29, 1, insn->subOp);
873 emitField(0x29, 2, insn->subOp);
906 emitField(0x29, 2, insn->subOp);
950 if (insn->subOp == 1) {
995 emitField(0x1e, 2, insn->subOp);
2886 uint8_t subop; local
    [all...]
nv50_ir_lowering_nvc0.cpp 108 i->subOp = NV50_IR_SUBOP_RCPRSQ_64H;
238 hi->subOp |= NV50_IR_SUBOP_SHIFT_HIGH;
536 if (prev->subOp > useVec[i].level)
537 prev->subOp = useVec[i].level;
542 bar->subOp = useVec[i].level;
573 min = MIN2(min, i->subOp);
574 max = MIN2(max, i->subOp);
617 if (i->subOp >= max) {
621 max = i->subOp;
622 if (prev && prev->op == OP_TEXBAR && prev->subOp >= max)
    [all...]
nv50_ir_lowering_gm107.cpp 141 add->subOp = qOps[0];
149 add->subOp = qOps[1];
226 shfl->subOp = NV50_IR_SUBOP_SHFL_BFLY;
228 insn->subOp = qop;
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)
544 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
550 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
657 if (i->subOp == NV50_IR_SUBOP_EXTBF_REV)
735 i->subOp = 0;
768 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
774 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
962 if (i->subOp == NV50_IR_SUBOP_MUL_HIGH) {
974 i->subOp = 0;
982 i->subOp = 0
    [all...]
nv50_ir_from_tgsi.cpp     [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.cpp 559 subOp = 0;
749 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
873 uint16_t subOp; // quadop, 1 for mul-high, etc.
    [all...]
nv50_ir_build_util.cpp 267 quadop->subOp = q;
nv50_ir_target_nvc0.cpp 399 (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...]

Completed in 290 milliseconds