Searched refs:fetch_info (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch_shade_pipeline.c | 157 const struct draw_fetch_info *fetch_info, in fetch() argument 160 if (fetch_info->linear) { in fetch() 162 fetch_info->start, in fetch() 163 fetch_info->count, in fetch() 168 fetch_info->elts, in fetch() 169 fetch_info->count, in fetch() 208 const struct draw_fetch_info *fetch_info, in draw_vertex_shader_run() argument 227 fetch_info->elts); in draw_vertex_shader_run() 233 const struct draw_fetch_info *fetch_info, in fetch_pipeline_generic() argument 252 fetched_vert_info.count = fetch_info->count; in fetch_pipeline_generic() [all …]
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 565 const struct draw_fetch_info *fetch_info, in llvm_pipeline_generic() argument 592 assert(fetch_info->count > 0); in llvm_pipeline_generic() 593 llvm_vert_info.count = fetch_info->count; in llvm_pipeline_generic() 598 align(fetch_info->count, lp_native_vector_width / 32)); in llvm_pipeline_generic() 611 draw->statistics.vs_invocations += fetch_info->count; in llvm_pipeline_generic() 614 if (fetch_info->linear) { in llvm_pipeline_generic() 615 start_or_maxelt = fetch_info->start; in llvm_pipeline_generic() 622 elts = fetch_info->elts; in llvm_pipeline_generic() 627 fetch_info->count, in llvm_pipeline_generic() 638 fetch_info = NULL; in llvm_pipeline_generic() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 187 struct ir2_fetch_info *fi = &info->fetch_info[i]; in patch_fetches() 309 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset]; in fd2_prog_init() 324 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[0].offset]; in fd2_prog_init() 333 instr = (instr_fetch_vtx_t*) &info->dwords[info->fetch_info[1].offset]; in fd2_prog_init()
|
D | ir2.h | 64 struct ir2_fetch_info fetch_info[64]; member
|
D | ir2_assemble.c | 433 &ctx->info->fetch_info[ctx->info->num_fetch_instrs++]; in assemble() 542 ctx->info->fetch_info[i].offset += cfdwords; in assemble()
|