| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_private.cpp | 73 this->index2D = 0; 89 this->index2D = 0; 101 st_src_reg::st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) argument 107 this->index2D = index2D; 124 this->index2D = 0; 151 this->index2D = reg.index2D; 172 this->index2D = reg.index2D; [all...] |
| H A D | st_glsl_to_tgsi_private.h | 49 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D); 61 int16_t index2D; member in class:st_src_reg 107 int16_t index2D; member in class:st_dst_reg
|
| H A D | st_glsl_to_tgsi.cpp | 2044 cbuf.index2D = const_block; 2803 src.index2D = index->value.i[0]; 2842 src.index2D = 0; 5119 first->src[0].index2D != copy_chan->src[0].index2D) { 5132 inst->src[r].index2D = first->src[0].index2D; 5991 dst_reg->index2D); 5993 dst = ureg_dst_dimension(dst, dst_reg->index2D); 6103 src_reg->index2D); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_private.cpp | 73 this->index2D = 0; 89 this->index2D = 0; 101 st_src_reg::st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) argument 107 this->index2D = index2D; 124 this->index2D = 0; 151 this->index2D = reg.index2D; 172 this->index2D = reg.index2D; [all...] |
| H A D | st_glsl_to_tgsi_private.h | 49 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D); 61 int16_t index2D; member in class:st_src_reg 107 int16_t index2D; member in class:st_dst_reg
|
| H A D | st_glsl_to_tgsi.cpp | 2117 cbuf.index2D = const_block; 2893 src.index2D = index->value.i[0]; 2932 src.index2D = 0; 5260 first->src[0].index2D != copy_chan->src[0].index2D) { 5273 inst->src[r].index2D = first->src[0].index2D; 6044 dst_reg->index2D); 6046 dst = ureg_dst_dimension(dst, dst_reg->index2D); 6156 src_reg->index2D); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 1517 const union tgsi_exec_channel *index2D, 1527 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS); 1528 assert(mach->Consts[index2D->i[i]]); 1534 const uint constbuf = index2D->i[i]; 1559 index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i], 1560 index2D->i[i], index->i[i]); 1562 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; 1581 assert(index2D->i[i] == 0); 1590 assert(index2D 1513 fetch_src_file_channel(const struct tgsi_exec_machine * mach,const uint file,const uint swizzle,const union tgsi_exec_channel * index,const union tgsi_exec_channel * index2D,union tgsi_exec_channel * chan) argument 1624 get_index_registers(const struct tgsi_exec_machine * mach,const struct tgsi_full_src_register * reg,union tgsi_exec_channel * index,union tgsi_exec_channel * index2D) argument 1767 union tgsi_exec_channel index2D; local in function:fetch_source_d 1817 union tgsi_exec_channel index2D; local in function:store_dest_dstret 5177 union tgsi_exec_channel index2D; local in function:exec_interp_at_sample 5215 union tgsi_exec_channel index2D; local in function:exec_interp_at_offset 5244 union tgsi_exec_channel index2D; local in function:exec_interp_at_centroid [all...] |
| H A D | tgsi_ureg.c | 527 unsigned index2D) 529 struct const_decl *decl = &ureg->const_decls[index2D]; 531 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); 1553 unsigned index2D, 1571 out[2].decl_dim.Index2D = index2D; 1674 unsigned index2D) 1690 out[2].decl_dim.Index2D = index2D; 524 ureg_DECL_constant2D(struct ureg_program * ureg,unsigned first,unsigned last,unsigned index2D) argument 1550 emit_decl_atomic_2d(struct ureg_program * ureg,unsigned first,unsigned last,unsigned index2D,unsigned array_id) argument 1670 emit_decl_range2D(struct ureg_program * ureg,unsigned file,unsigned first,unsigned last,unsigned index2D) argument
|
| H A D | tgsi_ureg.h | 317 unsigned index2D);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 1419 const union tgsi_exec_channel *index2D, 1430 const uint constbuf = index2D->i[i]; 1454 index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i], 1455 index2D->i[i], index->i[i]); 1457 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; 1473 assert(index2D->i[i] == 0); 1482 assert(index2D->i[i] == 0); 1491 assert(index2D->i[i] == 0); 1501 assert(index2D->i[i] == 0); 1519 union tgsi_exec_channel *index2D) 1415 fetch_src_file_channel(const struct tgsi_exec_machine * mach,const uint file,const uint swizzle,const union tgsi_exec_channel * index,const union tgsi_exec_channel * index2D,union tgsi_exec_channel * chan) argument 1516 get_index_registers(const struct tgsi_exec_machine * mach,const struct tgsi_full_src_register * reg,union tgsi_exec_channel * index,union tgsi_exec_channel * index2D) argument 1659 union tgsi_exec_channel index2D; local in function:fetch_source_d 4893 union tgsi_exec_channel index2D; local in function:exec_interp_at_sample 4931 union tgsi_exec_channel index2D; local in function:exec_interp_at_offset 4960 union tgsi_exec_channel index2D; local in function:exec_interp_at_centroid [all...] |
| H A D | tgsi_ureg.c | 525 unsigned index2D) 527 struct const_decl *decl = &ureg->const_decls[index2D]; 529 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); 1551 unsigned index2D, 1569 out[2].decl_dim.Index2D = index2D; 1670 unsigned index2D) 1686 out[2].decl_dim.Index2D = index2D; 522 ureg_DECL_constant2D(struct ureg_program * ureg,unsigned first,unsigned last,unsigned index2D) argument 1548 emit_decl_atomic_2d(struct ureg_program * ureg,unsigned first,unsigned last,unsigned index2D,unsigned array_id) argument 1666 emit_decl_range2D(struct ureg_program * ureg,unsigned file,unsigned first,unsigned last,unsigned index2D) argument
|
| H A D | tgsi_ureg.h | 302 unsigned index2D);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 329 retval.index2D = 10; 398 retval.index2D = 10;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 329 retval.index2D = 10; 398 retval.index2D = 10;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 2956 LLVMValueRef index2D = lp_build_const_int32(gallivm, idx2D); local in function:lp_emit_declaration_soa 2959 lp_build_array_get(gallivm, bld->consts_ptr, index2D); 2961 lp_build_array_get(gallivm, bld->const_sizes_ptr, index2D);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 2953 LLVMValueRef index2D = lp_build_const_int32(gallivm, idx2D); local in function:lp_emit_declaration_soa 2956 lp_build_array_get(gallivm, bld->consts_ptr, index2D); 2958 lp_build_array_get(gallivm, bld->const_sizes_ptr, index2D);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 769 boolean indirect, boolean index2D, 784 if (index2D || 766 setup_operand0_indexing(struct svga_shader_emitter_v10 * emit,VGPU10OperandToken0 operand0,enum tgsi_file_type file,boolean indirect,boolean index2D,unsigned tempArrayID) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 1089 * \param index2D if true, 2-D indexing is being used (const or temp registers) 1097 boolean index2D, bool indirect2D) 1119 indexDim = index2D ? VGPU10_OPERAND_INDEX_2D : VGPU10_OPERAND_INDEX_1D; 1093 setup_operand0_indexing(struct svga_shader_emitter_v10 * emit,VGPU10OperandToken0 operand0,enum tgsi_file_type file,boolean indirect,boolean index2D,bool indirect2D) argument
|