Searched refs:index2D (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.cpp | 72 this->index2D = 0; in st_src_reg() 88 this->index2D = 0; in st_src_reg() 100 st_src_reg::st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) in st_src_reg() argument 106 this->index2D = index2D; in st_src_reg() 123 this->index2D = 0; in st_src_reg() 145 this->index2D = reg.index2D; in operator =() 166 this->index2D = reg.index2D; in st_src_reg() 189 this->index2D = reg.index2D; in st_dst_reg() 200 this->index2D = 0; in st_dst_reg() 214 this->index2D = 0; in st_dst_reg() [all …]
|
D | st_glsl_to_tgsi_private.h | 47 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D); 58 int16_t index2D; variable 100 int16_t index2D; variable
|
D | st_glsl_to_tgsi.cpp | 1959 cbuf.index2D = const_block; in visit_expression() 2665 src.index2D = index->value.i[0]; in visit() 2704 src.index2D = 0; in visit() 4903 first->src[0].index2D != copy_chan->src[0].index2D) { in copy_propagate() 4916 inst->src[r].index2D = first->src[0].index2D; in copy_propagate() 5633 dst_reg->index2D); in translate_dst() 5635 dst = ureg_dst_dimension(dst, dst_reg->index2D); in translate_dst() 5742 src_reg->index2D); in translate_src() 5744 src = ureg_src_dimension(src, src_reg->index2D); in translate_src()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 1484 const union tgsi_exec_channel *index2D, in fetch_src_file_channel() argument 1494 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS); in fetch_src_file_channel() 1495 assert(mach->Consts[index2D->i[i]]); in fetch_src_file_channel() 1501 const uint constbuf = index2D->i[i]; in fetch_src_file_channel() 1529 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; in fetch_src_file_channel() 1548 assert(index2D->i[i] == 0); in fetch_src_file_channel() 1557 assert(index2D->i[i] == 0); in fetch_src_file_channel() 1566 assert(index2D->i[i] == 0); in fetch_src_file_channel() 1576 assert(index2D->i[i] == 0); in fetch_src_file_channel() 1598 union tgsi_exec_channel index2D; in fetch_source_d() local [all …]
|
D | tgsi_ureg.c | 519 unsigned index2D) in ureg_DECL_constant2D() argument 521 struct const_decl *decl = &ureg->const_decls[index2D]; in ureg_DECL_constant2D() 523 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); in ureg_DECL_constant2D() 1544 unsigned index2D, in emit_decl_atomic_2d() argument 1562 out[2].decl_dim.Index2D = index2D; in emit_decl_atomic_2d() 1665 unsigned index2D) in emit_decl_range2D() argument 1681 out[2].decl_dim.Index2D = index2D; in emit_decl_range2D()
|
D | tgsi_ureg.h | 313 unsigned index2D);
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 416 unsigned index2D) in ureg_DECL_constant2D() argument 418 struct const_decl *decl = &ureg->const_decls2D[index2D]; in ureg_DECL_constant2D() 420 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); in ureg_DECL_constant2D() 1257 unsigned index2D) in emit_decl_range2D() argument 1273 out[2].decl_dim.Index2D = index2D; in emit_decl_range2D()
|
D | tgsi_ureg.h | 250 unsigned index2D);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 2898 LLVMValueRef index2D = lp_build_const_int32(gallivm, idx2D); in lp_emit_declaration_soa() local 2901 lp_build_array_get(gallivm, bld->consts_ptr, index2D); in lp_emit_declaration_soa() 2903 lp_build_array_get(gallivm, bld->const_sizes_ptr, index2D); in lp_emit_declaration_soa()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 747 boolean indirect, boolean index2D, in setup_operand0_indexing() argument 762 if (index2D || in setup_operand0_indexing()
|