Home
last modified time | relevance | path

Searched refs:idx_type (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.h46 enum pc_di_index_size idx_type, uint32_t idx_size, uint32_t idx_offset, in fd_draw() argument
94 OUT_RING(ring, DRAW_A20X(primtype, DI_FACE_CULL_NONE, src_sel, idx_type, in fd_draw()
107 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances), in fd_draw()
110 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances)); in fd_draw()
149 enum pc_di_index_size idx_type = INDEX_SIZE_IGN; in fd_draw_emit() local
157 idx_type = size2indextype(info->index_size); in fd_draw_emit()
163 idx_type = INDEX_SIZE_IGN; in fd_draw_emit()
170 info->instance_count - 1, idx_type, idx_size, idx_offset, in fd_draw_emit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.h46 enum a4xx_index_size idx_type, uint32_t max_indices, in fd5_draw() argument
62 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd5_draw()
65 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd5_draw()
88 enum a4xx_index_size idx_type; in fd5_draw_emit() local
126 idx_type = fd4_size2indextype(info->index_size); in fd5_draw_emit()
132 idx_type = INDEX4_SIZE_32_BIT; in fd5_draw_emit()
139 info->instance_count, idx_type, max_indices, idx_offset, in fd5_draw_emit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.h52 enum a4xx_index_size idx_type, uint32_t max_indices, in fd4_draw() argument
68 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd4_draw()
71 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd4_draw()
94 enum a4xx_index_size idx_type; in fd4_draw_emit() local
132 idx_type = fd4_size2indextype(info->index_size); in fd4_draw_emit()
138 idx_type = INDEX4_SIZE_32_BIT; in fd4_draw_emit()
145 info->instance_count, idx_type, idx_size, idx_offset, idx_buffer); in fd4_draw_emit()
/third_party/boost/libs/graph/test/
Dbfs.cpp159 boost::vertex_index_t >::const_type idx_type; in go() typedef
160 idx_type idx = get(boost::vertex_index, g); in go()
164 std::vector< int >::iterator, idx_type > in go()
169 idx_type > in go()
174 idx_type > in go()
Ddfs.cpp140 boost::vertex_index_t >::const_type idx_type; in go() typedef
141 idx_type idx = get(boost::vertex_index, g); in go()
145 idx_type > in go()
149 std::vector< int >::iterator, idx_type > in go()
Dundirected_dfs.cpp147 boost::vertex_index_t >::const_type idx_type; in go() typedef
148 idx_type idx = get(boost::vertex_index, g); in go()
152 idx_type > in go()
156 std::vector< int >::iterator, idx_type > in go()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc1100 TypePtr idx_type = kInt32; in InferImplArgMaxWithValue() local
1101 …auto index = std::make_shared<AbstractTensor>(idx_type, std::make_shared<Shape>(shape, min_shape, … in InferImplArgMaxWithValue()
1128 TypePtr idx_type = kInt32; in InferImplSort() local
1129 auto indices = std::make_shared<AbstractTensor>(idx_type, input->shape()); in InferImplSort()