Searched refs:fetch_info (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c157 const struct draw_fetch_info *fetch_info,
160 if (fetch_info->linear) {
162 fetch_info->start,
163 fetch_info->count,
168 fetch_info->elts,
169 fetch_info->count,
208 const struct draw_fetch_info *fetch_info,
227 fetch_info->elts);
233 const struct draw_fetch_info *fetch_info,
252 fetched_vert_info.count = fetch_info
156 fetch(struct pt_fetch * fetch,const struct draw_fetch_info * fetch_info,char * output) argument
205 draw_vertex_shader_run(struct draw_vertex_shader * vshader,const void * constants[PIPE_MAX_CONSTANT_BUFFERS],unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],const struct draw_fetch_info * fetch_info,const struct draw_vertex_info * input_verts,struct draw_vertex_info * output_verts) argument
232 fetch_pipeline_generic(struct draw_pt_middle_end * middle,const struct draw_fetch_info * fetch_info,const struct draw_prim_info * in_prim_info) argument
398 struct draw_fetch_info fetch_info; local in function:fetch_pipeline_run
426 struct draw_fetch_info fetch_info; local in function:fetch_pipeline_linear_run
457 struct draw_fetch_info fetch_info; local in function:fetch_pipeline_linear_run_elts
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c352 const struct draw_fetch_info *fetch_info,
371 assert(fetch_info->count > 0);
372 llvm_vert_info.count = fetch_info->count;
377 align(fetch_info->count, lp_native_vector_width / 32));
387 draw->statistics.vs_invocations += fetch_info->count;
390 if (fetch_info->linear) {
391 start_or_maxelt = fetch_info->start;
398 elts = fetch_info->elts;
403 fetch_info->count,
414 fetch_info
351 llvm_pipeline_generic(struct draw_pt_middle_end * middle,const struct draw_fetch_info * fetch_info,const struct draw_prim_info * in_prim_info) argument
517 struct draw_fetch_info fetch_info; local in function:llvm_middle_end_run
545 struct draw_fetch_info fetch_info; local in function:llvm_middle_end_linear_run
575 struct draw_fetch_info fetch_info; local in function:llvm_middle_end_linear_run_elts
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c157 const struct draw_fetch_info *fetch_info,
160 if (fetch_info->linear) {
162 fetch_info->start,
163 fetch_info->count,
168 fetch_info->elts,
169 fetch_info->count,
208 const struct draw_fetch_info *fetch_info,
228 fetch_info->elts);
234 const struct draw_fetch_info *fetch_info,
253 fetched_vert_info.count = fetch_info
156 fetch(struct pt_fetch * fetch,const struct draw_fetch_info * fetch_info,char * output) argument
205 draw_vertex_shader_run(struct draw_vertex_shader * vshader,const void * constants[PIPE_MAX_CONSTANT_BUFFERS],unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],const struct draw_fetch_info * fetch_info,const struct draw_vertex_info * input_verts,struct draw_vertex_info * output_verts) argument
233 fetch_pipeline_generic(struct draw_pt_middle_end * middle,const struct draw_fetch_info * fetch_info,const struct draw_prim_info * in_prim_info) argument
400 struct draw_fetch_info fetch_info; local in function:fetch_pipeline_run
428 struct draw_fetch_info fetch_info; local in function:fetch_pipeline_linear_run
459 struct draw_fetch_info fetch_info; local in function:fetch_pipeline_linear_run_elts
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c570 const struct draw_fetch_info *fetch_info,
597 assert(fetch_info->count > 0);
598 llvm_vert_info.count = fetch_info->count;
603 align(fetch_info->count, lp_native_vector_width / 32) +
617 draw->statistics.vs_invocations += fetch_info->count;
620 if (fetch_info->linear) {
621 start_or_maxelt = fetch_info->start;
628 elts = fetch_info->elts;
633 fetch_info->count,
645 fetch_info
569 llvm_pipeline_generic(struct draw_pt_middle_end * middle,const struct draw_fetch_info * fetch_info,const struct draw_prim_info * in_prim_info) argument
810 struct draw_fetch_info fetch_info; local in function:llvm_middle_end_run
838 struct draw_fetch_info fetch_info; local in function:llvm_middle_end_linear_run
868 struct draw_fetch_info fetch_info; local in function:llvm_middle_end_linear_run_elts
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.h64 struct ir2_fetch_info fetch_info[64]; member in struct:ir2_shader_info
H A Dfd2_program.c200 struct ir2_fetch_info *fi = &info->fetch_info[i];
326 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset];
341 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset];
350 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[1].offset];
H A Dir2_assemble.c433 &ctx->info->fetch_info[ctx->info->num_fetch_instrs++];
542 ctx->info->fetch_info[i].offset += cfdwords;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.h64 struct ir2_fetch_info fetch_info[64]; member in struct:ir2_shader_info
H A Dfd2_program.c189 struct ir2_fetch_info *fi = &info->fetch_info[i];
313 instr = (instr_fetch_vtx_t *)&info->dwords[info->fetch_info[0].offset];
328 instr = (instr_fetch_vtx_t *)&info->dwords[info->fetch_info[0].offset];
337 instr = (instr_fetch_vtx_t *)&info->dwords[info->fetch_info[1].offset];
H A Dir2_assemble.c437 &ctx->info->fetch_info[ctx->info->num_fetch_instrs++];
547 ctx->info->fetch_info[i].offset += cfdwords;

Completed in 8 milliseconds