Home
last modified time | relevance | path

Searched refs:index2D (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1486 const union tgsi_exec_channel *index2D, in fetch_src_file_channel() argument
1496 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS); in fetch_src_file_channel()
1497 assert(mach->Consts[index2D->i[i]]); in fetch_src_file_channel()
1503 const uint constbuf = index2D->i[i]; in fetch_src_file_channel()
1531 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; in fetch_src_file_channel()
1550 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1559 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1568 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1577 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1587 assert(index2D->i[i] == 0); in fetch_src_file_channel()
[all …]
Dtgsi_ureg.c510 unsigned index2D) in ureg_DECL_constant2D() argument
512 struct const_decl *decl = &ureg->const_decls2D[index2D]; in ureg_DECL_constant2D()
514 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); in ureg_DECL_constant2D()
1694 unsigned index2D) in emit_decl_range2D() argument
1710 out[2].decl_dim.Index2D = index2D; in emit_decl_range2D()
Dtgsi_ureg.h319 unsigned index2D);
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp102 this->index2D = 0; in st_src_reg()
118 this->index2D = 0; in st_src_reg()
130 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) in st_src_reg() argument
136 this->index2D = index2D; in st_src_reg()
153 this->index2D = 0; in st_src_reg()
168 int16_t index2D; member in st_src_reg
203 this->index2D = 0; in st_dst_reg()
217 this->index2D = 0; in st_dst_reg()
231 this->index2D = 0; in st_dst_reg()
242 int16_t index2D; member in st_dst_reg
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3032 LLVMValueRef index2D = lp_build_const_int32(gallivm, idx2D); in lp_emit_declaration_soa() local
3035 lp_build_array_get(gallivm, bld->consts_ptr, index2D); in lp_emit_declaration_soa()
3037 lp_build_array_get(gallivm, bld->const_sizes_ptr, index2D); in lp_emit_declaration_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c745 boolean indirect, boolean index2D, in setup_operand0_indexing() argument
760 if (index2D || in setup_operand0_indexing()