Searched defs:index2D (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c510 unsigned index2D)
512 struct const_decl *decl = &ureg->const_decls2D[index2D];
514 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS);
1694 unsigned index2D)
1710 out[2].decl_dim.Index2D = index2D;
507 ureg_DECL_constant2D(struct ureg_program *ureg, unsigned first, unsigned last, unsigned index2D) argument
1690 emit_decl_range2D(struct ureg_program *ureg, unsigned file, unsigned first, unsigned last, unsigned index2D) argument
H A Dtgsi_exec.c1486 const union tgsi_exec_channel *index2D,
1496 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS);
1497 assert(mach->Consts[index2D->i[i]]);
1503 const uint constbuf = index2D->i[i];
1528 index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i],
1529 index2D->i[i], index->i[i]);
1531 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i];
1550 assert(index2D->i[i] == 0);
1559 assert(index2D
1481 fetch_src_file_channel(const struct tgsi_exec_machine *mach, const uint chan_index, const uint file, const uint swizzle, const union tgsi_exec_channel *index, const union tgsi_exec_channel *index2D, union tgsi_exec_channel *chan) argument
1609 union tgsi_exec_channel index2D; local
1788 union tgsi_exec_channel index2D; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3032 LLVMValueRef index2D = lp_build_const_int32(gallivm, idx2D); local
3035 lp_build_array_get(gallivm, bld->consts_ptr, index2D);
3037 lp_build_array_get(gallivm, bld->const_sizes_ptr, index2D);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c745 boolean indirect, boolean index2D,
760 if (index2D ||
742 setup_operand0_indexing(struct svga_shader_emitter_v10 *emit, VGPU10OperandToken0 operand0, unsigned file, boolean indirect, boolean index2D, unsigned tempArrayID) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp102 this->index2D = 0;
118 this->index2D = 0;
130 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) argument
136 this->index2D = index2D;
153 this->index2D = 0;
168 int16_t index2D; member in class:st_src_reg
203 this->index2D = 0;
217 this->index2D = 0;
231 this->index2D
242 int16_t index2D; member in class:st_dst_reg
[all...]

Completed in 288 milliseconds