Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.cpp73 this->index2D = 0; in st_src_reg()
89 this->index2D = 0; in st_src_reg()
101 st_src_reg::st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D) in st_src_reg() argument
107 this->index2D = index2D; in st_src_reg()
124 this->index2D = 0; in reset()
151 this->index2D = reg.index2D; in operator =()
172 this->index2D = reg.index2D; in st_src_reg()
196 lhs.index2D != rhs.index2D || in operator ==()
243 os << "+" << reg.index2D << "]"; in operator <<()
269 this->index2D = reg.index2D; in st_dst_reg()
[all …]
Dst_glsl_to_tgsi_private.h49 st_src_reg(gl_register_file file, int index, enum glsl_base_type type, int index2D);
61 int16_t index2D; variable
107 int16_t index2D; variable
Dst_glsl_to_tgsi.cpp2039 cbuf.index2D = const_block; in visit_expression()
2814 src.index2D = index->value.i[0]; in visit()
2853 src.index2D = 0; in visit()
5180 first->src[0].index2D != copy_chan->src[0].index2D) { in copy_propagate()
5193 inst->src[r].index2D = first->src[0].index2D; in copy_propagate()
5964 dst_reg->index2D); in translate_dst()
5966 dst = ureg_dst_dimension(dst, dst_reg->index2D); in translate_dst()
6076 src_reg->index2D); in translate_src()
6078 src = ureg_src_dimension(src, src_reg->index2D); in translate_src()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1472 const union tgsi_exec_channel *index2D, in fetch_src_file_channel() argument
1482 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS); in fetch_src_file_channel()
1483 assert(mach->Consts[index2D->i[i]]); in fetch_src_file_channel()
1489 const uint constbuf = index2D->i[i]; in fetch_src_file_channel()
1517 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; in fetch_src_file_channel()
1533 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1542 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1551 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1561 assert(index2D->i[i] == 0); in fetch_src_file_channel()
1579 union tgsi_exec_channel *index2D) in get_index_registers() argument
[all …]
Dtgsi_ureg.c530 unsigned index2D) in ureg_DECL_constant2D() argument
532 struct const_decl *decl = &ureg->const_decls[index2D]; in ureg_DECL_constant2D()
534 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); in ureg_DECL_constant2D()
1556 unsigned index2D, in emit_decl_atomic_2d() argument
1574 out[2].decl_dim.Index2D = index2D; in emit_decl_atomic_2d()
1677 unsigned index2D) in emit_decl_range2D() argument
1693 out[2].decl_dim.Index2D = index2D; in emit_decl_range2D()
Dtgsi_ureg.h319 unsigned index2D);
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c428 unsigned index2D) in ureg_DECL_constant2D() argument
430 struct const_decl *decl = &ureg->const_decls2D[index2D]; in ureg_DECL_constant2D()
432 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS); in ureg_DECL_constant2D()
1293 unsigned index2D) in emit_decl_range2D() argument
1309 out[2].decl_dim.Index2D = index2D; in emit_decl_range2D()
1379 unsigned index2D, in emit_decl_atomic_2d() argument
1397 out[2].decl_dim.Index2D = index2D; in emit_decl_atomic_2d()
Dtgsi_ureg.h250 unsigned index2D);
/external/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp329 retval.index2D = 10; in create_src_register()
398 retval.index2D = 10; in create_dst_register()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2953 LLVMValueRef index2D = lp_build_const_int32(gallivm, idx2D); in lp_emit_declaration_soa() local
2956 lp_build_array_get(gallivm, bld->consts_ptr, index2D); in lp_emit_declaration_soa()
2958 lp_build_array_get(gallivm, bld->const_sizes_ptr, index2D); in lp_emit_declaration_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1097 boolean index2D, bool indirect2D) in setup_operand0_indexing() argument
1119 indexDim = index2D ? VGPU10_OPERAND_INDEX_2D : VGPU10_OPERAND_INDEX_1D; in setup_operand0_indexing()