Home
last modified time | relevance | path

Searched refs:inst0 (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { in alu_nop()
228 code->inst[ip].inst0 |= R500_INST_NOP; in alu_nop()
259 code->inst[ip].inst0 = R500_INST_TYPE_OUT; in emit_paired()
265 code->inst[ip].inst0 = R500_INST_TYPE_ALU; in emit_paired()
267 code->inst[ip].inst0 |= (inst->SemWait << R500_INST_TEX_SEM_WAIT_SHIFT); in emit_paired()
269 code->inst[ip].inst0 |= (inst->RGB.WriteMask << 11); in emit_paired()
270 code->inst[ip].inst0 |= inst->Alpha.WriteMask ? 1 << 14 : 0; in emit_paired()
271 code->inst[ip].inst0 |= (inst->RGB.OutputWriteMask << 15) | (inst->Alpha.OutputWriteMask << 18); in emit_paired()
273 code->inst[ip].inst0 |= R500_INST_NOP; in emit_paired()
286 code->inst[ip].inst0 |= R500_INST_RGB_CLAMP; in emit_paired()
[all …]
Dr500_fragprog.c375 uint32_t inst0; in r500FragmentProgramDump() local
380 inst0 = inst = code->inst[n].inst0; in r500FragmentProgramDump()
396 switch(inst0 & 0x3) { in r500FragmentProgramDump()
Dradeon_code.h226 uint32_t inst0; member
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr_test.cc156 ScopedAllocatorInstance* inst0 = sac->GetInstance(scope_id_ + 1); in TEST_F() local
157 char* ptr0 = static_cast<char*>(inst0->AllocateRaw(0, 512 * sizeof(float))); in TEST_F()
175 inst0->DeallocateRaw(ptr0); in TEST_F()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc46 static void Patch(Prog::Inst *inst0, PatchList l, uint32_t v);
49 static PatchList Deref(Prog::Inst *inst0, PatchList l);
52 static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
65 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { in Deref() argument
66 Prog::Inst* ip = &inst0[l.p>>1]; in Deref()
75 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32_t val) { in Patch() argument
77 Prog::Inst* ip = &inst0[l.p>>1]; in Patch()
89 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) { in Append() argument
97 PatchList next = PatchList::Deref(inst0, l); in Append()
103 Prog::Inst* ip = &inst0[l.p>>1]; in Append()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp1062 auto* inst0 = ctx->get_def_use_mgr()->GetDef(20); in TEST_F() local
1065 EXPECT_EQ(inst0->GetDebugScope().GetLexicalScope(), 14); in TEST_F()
1073 EXPECT_EQ(inst0->GetDebugScope().GetLexicalScope(), 12); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp1062 auto* inst0 = ctx->get_def_use_mgr()->GetDef(20); in TEST_F() local
1065 EXPECT_EQ(inst0->GetDebugScope().GetLexicalScope(), 14); in TEST_F()
1073 EXPECT_EQ(inst0->GetDebugScope().GetLexicalScope(), 12); in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dir_context_test.cpp1062 auto* inst0 = ctx->get_def_use_mgr()->GetDef(20); in TEST_F() local
1065 EXPECT_EQ(inst0->GetDebugScope().GetLexicalScope(), 14); in TEST_F()
1073 EXPECT_EQ(inst0->GetDebugScope().GetLexicalScope(), 12); in TEST_F()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h81 MCInst *deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0,
DHexagonMCInstrInfo.cpp115 MCInst const &inst0, in deriveDuplex() argument
121 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0)); in deriveDuplex()
/external/angle/src/tests/gl_tests/
DInstancingTest.cpp79 const std::string inst0 = inst + pos + main; in testSetUp() local
80 mProgram[0] = CompileProgram(inst0.c_str(), essl1_shaders::fs::Red()); in testSetUp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h97 MCInst *deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0,
DHexagonMCInstrInfo.cpp177 MCInst const &inst0, in deriveDuplex() argument
183 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0)); in deriveDuplex()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h99 MCInst *deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0,
DHexagonMCInstrInfo.cpp202 MCInst const &inst0, in deriveDuplex() argument
208 MCInst *SubInst0 = new (Context) MCInst(deriveSubInst(inst0)); in deriveDuplex()
/external/python/cpython2/Python/
Dceval.c82 void dump_tsc(int opcode, int ticked, uint64 inst0, uint64 inst1, in dump_tsc() argument
90 inst = inst1 - inst0 - intr; in dump_tsc()
867 uint64 inst0, inst1, loop0, loop1, intr0 = 0, intr1 = 0; in PyEval_EvalFrameEx() local
870 READ_TIMESTAMP(inst0); in PyEval_EvalFrameEx()
1075 dump_tsc(opcode, ticked, inst0, inst1, loop0, loop1, in PyEval_EvalFrameEx()
1205 READ_TIMESTAMP(inst0); in PyEval_EvalFrameEx()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c275 OUT_CB(code->inst[i].inst0); in r300_emit_fs_code_to_buffer()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1665 fs_instruction_scheduler::issue_time(backend_instruction *inst0) in issue_time() argument
1667 const fs_inst *inst = static_cast<fs_inst *>(inst0); in issue_time()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc153 [](const HloInstruction* inst0, const HloInstruction* inst1) { in ReportMemoryUsage() argument
154 return ShapeSizeInBytes(inst0->shape()) > in ReportMemoryUsage()