| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_sched_gm107.h | 8 SchedDataCalculatorGM107(const TargetGM107 *targ) : score(NULL), targ(targ) {} 105 const TargetGM107 *targ; member in class:nv50_ir::SchedDataCalculatorGM107
|
| nv50_ir_emit_gv100.h | 37 const TargetGV100 *targ; member in class:nv50_ir::CodeEmitterGV100
|
| nv50_ir_lowering_nvc0.h | 155 Value *loadMsAdjInfo32(TexInstruction::Target targ, uint32_t index, int slot, Value *ind, bool bindless); 189 const Target *const targ; member in class:nv50_ir::NVC0LoweringPass
|
| nv50_ir_target.cpp | 181 void Target::destroy(Target *targ) 183 delete targ; 186 CodeEmitter::CodeEmitter(const Target *target) : targ(target), code(NULL), 512 nv50_ir::Target *targ = nv50_ir::Target::create(chipset); local 513 targ->getBuiltinCode(code, size); 514 nv50_ir::Target::destroy(targ);
|
| nv50_ir_ssa.cpp | 456 const Target *targ = prog->getTarget(); local 466 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); 495 new_LValue(func, targ->nativeFile(lval->reg.file)));
|
| nv50_ir.cpp | 1128 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) 1132 target.fn = reinterpret_cast<Function *>(targ); 1134 target.bb = reinterpret_cast<BasicBlock *>(targ); 1142 terminator = targ ? 1 : 0; 1302 nv50_ir::Target *targ = nv50_ir::Target::create(info->target); local 1303 if (!targ) 1306 nv50_ir::Program *prog = new nv50_ir::Program(type, targ); 1308 nv50_ir::Target::destroy(targ); 1332 targ->parseDriverInfo(info, info_out); 1368 nv50_ir::Target::destroy(targ); [all...] |
| nv50_ir_target.h | 125 const Target *targ; member in class:nv50_ir::CodeEmitter
|
| nv50_ir_emit_gk110.cpp | 2786 const Target *targ = func->getProgram()->getTarget(); local 2790 if (targ->hasSWSched) 2791 calculateSchedDataNVC0(targ, func);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_shader_state.c | 315 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); local 318 if (!targ) { 324 targ->stride = tfb->stride[b]; 326 buf = nv04_resource(targ->pipe.buffer); 333 if (!targ->clean) 334 nvc0_hw_query_fifo_wait(nvc0, nvc0_query(targ->pq)); 338 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); 339 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); 340 PUSH_DATA (push, targ->pipe.buffer_size); 341 if (!targ->clean) [all...] |
| nvc0_state.c | 1039 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); local 1040 if (!targ) 1043 targ->pq = pipe->create_query(pipe, NVC0_HW_QUERY_TFB_BUFFER_OFFSET, 0); 1044 if (!targ->pq) { 1045 FREE(targ); 1048 targ->clean = true; 1050 targ->pipe.buffer_size = size; 1051 targ->pipe.buffer_offset = offset; 1052 targ->pipe.context = pipe; 1053 targ->pipe.buffer = NULL 1068 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local 1086 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local [all...] |
| nvc0_vbo_translate.c | 597 struct nvc0_so_target *targ; local 598 targ = nvc0_so_target(info->count_from_stream_output); 599 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); 600 vert_count /= targ->stride;
|
| /xsrc/external/mit/libXt/dist/src/ |
| GetValues.c | 200 int targ; local 216 targ = GetValues((char *) w, (XrmResourceList *) wc->core_class.resources, 219 if (targ != -1 && XtIsWidget(w)) { 222 _XtCopyToArg((char *) &translations, &args[targ].value,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_push.c | 299 struct nv50_so_target *targ; local 300 targ = nv50_so_target(indirect->count_from_stream_output); 301 if (!targ->pq) { 305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); 306 vert_count /= targ->stride;
|
| nv50_shader_state.c | 699 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); local 700 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); 706 if (!targ->clean) { 708 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq)); 713 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset + so_used); 714 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset + so_used); 717 PUSH_DATA(push, targ->pipe.buffer_size); 718 if (!targ->clean) { 719 assert(targ->pq); 721 nv50_query(targ->pq), 0x4) [all...] |
| nv50_state.c | 1139 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); local 1140 if (!targ) 1144 targ->pq = pipe->create_query(pipe, 1146 if (!targ->pq) { 1147 FREE(targ); 1151 targ->pq = NULL; 1153 targ->clean = true; 1155 targ->pipe.buffer_size = size; 1156 targ->pipe.buffer_offset = offset; 1157 targ->pipe.context = pipe 1173 struct nv50_so_target *targ = nv50_so_target(ptarg); local 1190 struct nv50_so_target *targ = nv50_so_target(ptarg); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_shader_state.c | 347 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); local 350 if (targ && tfb) 351 targ->stride = tfb->stride[b]; 353 if (!targ || !targ->stride) { 358 buf = nv04_resource(targ->pipe.buffer); 365 if (!targ->clean) 366 nvc0_hw_query_fifo_wait(nvc0, nvc0_query(targ->pq)); 370 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); 371 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset) [all...] |
| nvc0_state.c | 1083 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); local 1084 if (!targ) 1087 targ->pq = pipe->create_query(pipe, NVC0_HW_QUERY_TFB_BUFFER_OFFSET, 0); 1088 if (!targ->pq) { 1089 FREE(targ); 1092 targ->clean = true; 1094 targ->pipe.buffer_size = size; 1095 targ->pipe.buffer_offset = offset; 1096 targ->pipe.context = pipe; 1097 targ->pipe.buffer = NULL 1112 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local 1130 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local [all...] |
| nvc0_vbo_translate.c | 608 struct nvc0_so_target *targ; local 609 targ = nvc0_so_target(indirect->count_from_stream_output); 610 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); 611 vert_count /= targ->stride;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_nvc0.h | 153 Value *loadMsAdjInfo32(TexInstruction::Target targ, uint32_t index, int slot, Value *ind, bool bindless); 187 const Target *const targ; member in class:nv50_ir::NVC0LoweringPass
|
| nv50_ir_ssa.cpp | 456 const Target *targ = prog->getTarget(); local 466 ssa = new_LValue(func, targ->nativeFile(lval->reg.file)); 495 new_LValue(func, targ->nativeFile(lval->reg.file)));
|
| nv50_ir.cpp | 1064 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) 1068 target.fn = reinterpret_cast<Function *>(targ); 1070 target.bb = reinterpret_cast<BasicBlock *>(targ); 1078 terminator = targ ? 1 : 0; 1230 nv50_ir::Target *targ = nv50_ir::Target::create(info->target); local 1231 if (!targ) 1234 nv50_ir::Program *prog = new nv50_ir::Program(type, targ); 1236 nv50_ir::Target::destroy(targ); 1259 targ->parseDriverInfo(info); 1295 nv50_ir::Target::destroy(targ); [all...] |
| nv50_ir_target.h | 124 const Target *targ; member in class:nv50_ir::CodeEmitter
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_push.c | 297 struct nv50_so_target *targ; local 298 targ = nv50_so_target(info->count_from_stream_output); 299 if (!targ->pq) { 303 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); 304 vert_count /= targ->stride;
|
| nv50_shader_state.c | 694 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); local 695 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); 699 if (n == 4 && !targ->clean) 700 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq)); 702 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); 703 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); 706 PUSH_DATA(push, targ->pipe.buffer_size); 707 if (!targ->clean) { 708 assert(targ->pq); 710 nv50_query(targ->pq), 0x4) [all...] |
| nv50_state.c | 1127 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); local 1128 if (!targ) 1132 targ->pq = pipe->create_query(pipe, 1134 if (!targ->pq) { 1135 FREE(targ); 1139 targ->pq = NULL; 1141 targ->clean = true; 1143 targ->pipe.buffer_size = size; 1144 targ->pipe.buffer_offset = offset; 1145 targ->pipe.context = pipe 1161 struct nv50_so_target *targ = nv50_so_target(ptarg); local 1178 struct nv50_so_target *targ = nv50_so_target(ptarg); local [all...] |