| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 272 unsigned dst_index, 283 inst.Dst[0].Register.Index = dst_index; 296 unsigned dst_index, 310 inst.Dst[0].Register.Index = dst_index; 325 unsigned dst_index, 340 inst.Dst[0].Register.Index = dst_index; 356 unsigned dst_index, 368 inst.Dst[0].Register.Index = dst_index; 397 unsigned dst_index, 413 inst.Dst[0].Register.Index = dst_index; 269 tgsi_transform_op1_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index) argument 293 tgsi_transform_op2_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,bool src1_negate) argument 322 tgsi_transform_op3_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,unsigned src2_file,unsigned src2_index) argument 353 tgsi_transform_op1_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle) argument 394 tgsi_transform_op2_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,bool src1_negate) argument 445 tgsi_transform_op3_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src0_negate,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,unsigned src2_file,unsigned src2_index,unsigned src2_swizzle) argument 528 tgsi_transform_tex_inst(struct tgsi_transform_context * ctx,unsigned dst_file,unsigned dst_index,unsigned src_file,unsigned src_index,unsigned tex_target,unsigned sampler_index) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 290 unsigned dst_index, 301 inst.Dst[0].Register.Index = dst_index; 314 unsigned dst_index, 328 inst.Dst[0].Register.Index = dst_index; 343 unsigned dst_index, 358 inst.Dst[0].Register.Index = dst_index; 374 unsigned dst_index, 386 inst.Dst[0].Register.Index = dst_index; 415 unsigned dst_index, 431 inst.Dst[0].Register.Index = dst_index; 287 tgsi_transform_op1_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index) argument 311 tgsi_transform_op2_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,bool src1_negate) argument 340 tgsi_transform_op3_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src1_file,unsigned src1_index,unsigned src2_file,unsigned src2_index) argument 371 tgsi_transform_op1_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle) argument 412 tgsi_transform_op2_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,bool src1_negate) argument 463 tgsi_transform_op3_swz_inst(struct tgsi_transform_context * ctx,enum tgsi_opcode opcode,unsigned dst_file,unsigned dst_index,unsigned dst_writemask,unsigned src0_file,unsigned src0_index,unsigned src0_swizzle,unsigned src0_negate,unsigned src1_file,unsigned src1_index,unsigned src1_swizzle,unsigned src2_file,unsigned src2_index,unsigned src2_swizzle) argument 546 tgsi_transform_tex_inst(struct tgsi_transform_context * ctx,unsigned dst_file,unsigned dst_index,unsigned src_file,unsigned src_index,unsigned tex_target,unsigned sampler_index) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 839 unsigned dst_index = start_slot + i; local in function:u_vbuf_set_vertex_buffers 841 pipe_vertex_buffer_unreference(&mgr->vertex_buffer[dst_index]); 842 pipe_vertex_buffer_unreference(&mgr->real_vertex_buffer[dst_index]); 850 unsigned dst_index = start_slot + i; local in function:u_vbuf_set_vertex_buffers 852 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index]; 853 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index]; 864 nonzero_stride_vb_mask |= 1 << dst_index; 866 enabled_vb_mask |= 1 << dst_index; 870 incompatible_vb_mask |= 1 << dst_index; 879 user_vb_mask |= 1 << dst_index; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 970 unsigned dst_index = start_slot + i; local in function:u_vbuf_set_vertex_buffers 972 pipe_vertex_buffer_unreference(&mgr->vertex_buffer[dst_index]); 973 pipe_vertex_buffer_unreference(&mgr->real_vertex_buffer[dst_index]); 982 unsigned dst_index = start_slot + i; local in function:u_vbuf_set_vertex_buffers 984 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index]; 985 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index]; 1001 nonzero_stride_vb_mask |= 1 << dst_index; 1003 enabled_vb_mask |= 1 << dst_index; 1007 incompatible_vb_mask |= 1 << dst_index; 1016 user_vb_mask |= 1 << dst_index; 1028 unsigned dst_index = start_slot + count + i; local in function:u_vbuf_set_vertex_buffers [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1090 unsigned dst_index = start_slot + i; local in function:nv50_set_vertex_buffers 1093 nv50->vbo_user |= 1 << dst_index; 1095 nv50->vbo_constant |= 1 << dst_index; 1097 nv50->vbo_constant &= ~(1 << dst_index); 1098 nv50->vtxbufs_coherent &= ~(1 << dst_index); 1100 nv50->vbo_user &= ~(1 << dst_index); 1101 nv50->vbo_constant &= ~(1 << dst_index); 1105 nv50->vtxbufs_coherent |= (1 << dst_index); 1107 nv50->vtxbufs_coherent &= ~(1 << dst_index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 1002 unsigned dst_index = start_slot + i; local in function:nvc0_set_vertex_buffers 1005 nvc0->vbo_user |= 1 << dst_index; 1007 nvc0->constant_vbos |= 1 << dst_index; 1009 nvc0->constant_vbos &= ~(1 << dst_index); 1010 nvc0->vtxbufs_coherent &= ~(1 << dst_index); 1012 nvc0->vbo_user &= ~(1 << dst_index); 1013 nvc0->constant_vbos &= ~(1 << dst_index); 1017 nvc0->vtxbufs_coherent |= (1 << dst_index); 1019 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1102 unsigned dst_index = start_slot + i; local in function:nv50_set_vertex_buffers 1105 nv50->vbo_user |= 1 << dst_index; 1107 nv50->vbo_constant |= 1 << dst_index; 1109 nv50->vbo_constant &= ~(1 << dst_index); 1110 nv50->vtxbufs_coherent &= ~(1 << dst_index); 1112 nv50->vbo_user &= ~(1 << dst_index); 1113 nv50->vbo_constant &= ~(1 << dst_index); 1117 nv50->vtxbufs_coherent |= (1 << dst_index); 1119 nv50->vtxbufs_coherent &= ~(1 << dst_index);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 1046 unsigned dst_index = start_slot + i; local in function:nvc0_set_vertex_buffers 1049 nvc0->vbo_user |= 1 << dst_index; 1051 nvc0->constant_vbos |= 1 << dst_index; 1053 nvc0->constant_vbos &= ~(1 << dst_index); 1054 nvc0->vtxbufs_coherent &= ~(1 << dst_index); 1056 nvc0->vbo_user &= ~(1 << dst_index); 1057 nvc0->constant_vbos &= ~(1 << dst_index); 1061 nvc0->vtxbufs_coherent |= (1 << dst_index); 1063 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow.c | 684 unsigned int dst_index, 699 d->DstIndex = dst_index; 680 get_readers_for_single_write(void * userdata,struct rc_instruction * writer,rc_register_file dst_file,unsigned int dst_index,unsigned int dst_mask) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow.c | 684 unsigned int dst_index, 699 d->DstIndex = dst_index; 680 get_readers_for_single_write(void * userdata,struct rc_instruction * writer,rc_register_file dst_file,unsigned int dst_index,unsigned int dst_mask) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 5780 unsigned dst_index) 5790 if (i == dst_index) { 5777 emit_simple_1dst(struct svga_shader_emitter_v10 * emit,const struct tgsi_full_instruction * inst,unsigned dst_count,unsigned dst_index) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 9191 unsigned dst_index) 9201 if (i == dst_index) { 9188 emit_simple_1dst(struct svga_shader_emitter_v10 * emit,const struct tgsi_full_instruction * inst,unsigned dst_count,unsigned dst_index) argument
|