| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | emu-regs.c | 314 unsigned (*get_offset)(const char *name); member in struct:emu_reg_accessor 320 .get_offset = afuc_control_reg, 326 .get_offset = afuc_pipe_reg, 332 .get_offset = afuc_gpu_reg, 341 reg->offset = reg->accessor->get_offset(reg->name);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | link_varyings.h | 153 unsigned get_offset() const function in class:tfeedback_decl
|
| H A D | link_varyings.cpp | 1547 return x->get_offset() - y->get_offset();
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | link_varyings.h | 141 unsigned get_offset() const function in class:tfeedback_decl
|
| H A D | link_varyings.cpp | 1424 return x->get_offset() - y->get_offset();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 135 get_offset(const void *a, const void *b) function in typeref:typename:int 170 get_offset(p, &p->consts[id][0]))); 1077 x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); 1079 x86_make_disp(p->machine_EDI, get_offset(p, &p->start_instance)); 1087 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); 1089 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); 1091 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr)); 1093 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); 1169 return x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); 1178 get_offset( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 135 get_offset(const void *a, const void *b) function in typeref:typename:int 170 get_offset(p, &p->consts[id][0]))); 1077 x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); 1079 x86_make_disp(p->machine_EDI, get_offset(p, &p->start_instance)); 1087 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->max_index)); 1089 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->stride)); 1091 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr)); 1093 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr)); 1169 return x86_make_disp(p->machine_EDI, get_offset(p, &p->instance_id)); 1178 get_offset( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_tex.h | 87 int get_offset(unsigned index) const;
|
| H A D | sfn_instruction_tex.cpp | 76 int TexInstruction::get_offset(unsigned index) const function in class:r600::TexInstruction
|
| H A D | sfn_ir_to_assembly.cpp | 674 tex.offset_x = tex_instr.get_offset(0); 675 tex.offset_y = tex_instr.get_offset(1); 676 tex.offset_z = tex_instr.get_offset(2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 295 static GLint get_offset( const void *a, const void *b ) function in typeref:typename:GLint 310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); 382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex_sse.c | 295 static GLint get_offset( const void *a, const void *b ) function in typeref:typename:GLint 310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); 382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_device.c | 1981 struct drm_v3d_get_bo_offset get_offset = { local in function:device_import_bo 1984 ret = v3dv_ioctl(render_fd, DRM_IOCTL_V3D_GET_BO_OFFSET, &get_offset); 1989 assert(get_offset.offset != 0); 1991 v3dv_bo_init(*bo, handle, size, get_offset.offset, "import", false);
|