Home
last modified time | relevance | path

Searched refs:rci (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c42 struct rc_instruction *rci; in rc_rewrite_depth_out() local
44 for (rci = c->Base.Program.Instructions.Next; rci != &c->Base.Program.Instructions; rci = rci->Next) { in rc_rewrite_depth_out()
45 struct rc_sub_instruction * inst = &rci->U.I; in rc_rewrite_depth_out()
H A Dr3xx_vertprog.c370 struct rc_instruction *rci; in translate_vertex_program() local
385 for(rci = compiler->Base.Program.Instructions.Next; rci != &compiler->Base.Program.Instructions; rci = rci->Next) { in translate_vertex_program()
386 struct rc_sub_instruction *vpi = &rci->U.I; in translate_vertex_program()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c663 uint64_t rci = 0; in handle_udp_timing_packet() local
669 rci = timeval_to_ntp(pa_rtclock_get(&tv)); in handle_udp_timing_packet()
676 pa_log_debug("Sending timing packet at %" PRIu64 , rci); in handle_udp_timing_packet()
677 written = send_udp_timing_packet(c, data, rci); in handle_udp_timing_packet()
1251 } rci; in rtsp_auth_cb() local
1253 pa_random(&rci, sizeof(rci)); in rtsp_auth_cb()
1255 sci = pa_sprintf_malloc("%08x%08x",rci.ci1, rci.ci2); in rtsp_auth_cb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h201 const RegisterClassInfo &rci, unsigned II) in SwingSchedulerDAG()
203 RegClassInfo(rci), II_setByPragma(II), Topo(SUnits, &ExitSU) { in SwingSchedulerDAG()
200 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, const RegisterClassInfo &rci, unsigned II) SwingSchedulerDAG() argument
H A DRegisterPressure.h403 void init(const MachineFunction *mf, const RegisterClassInfo *rci,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterPressure.cpp264 const RegisterClassInfo *rci, in init()
273 RCI = rci; in init()
263 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos, bool TrackLaneMasks, bool TrackUntiedDefs) init() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c351 VkSamplerReductionModeCreateInfo rci; in zink_create_sampler_state() local
352 rci.sType = VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO; in zink_create_sampler_state()
353 rci.pNext = NULL; in zink_create_sampler_state()
356 rci.reductionMode = VK_SAMPLER_REDUCTION_MODE_MIN; in zink_create_sampler_state()
359 rci.reductionMode = VK_SAMPLER_REDUCTION_MODE_MAX; in zink_create_sampler_state()
362 rci.reductionMode = VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE; in zink_create_sampler_state()
366 sci.pNext = &rci; in zink_create_sampler_state()

Completed in 16 milliseconds