Searched refs:idx_type (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 50 enum pc_di_index_size idx_type, in fd_draw() argument 83 OUT_RINGP(ring, DRAW(primtype, src_sel, idx_type, 0, instances), in fd_draw() 86 OUT_RING(ring, DRAW(primtype, src_sel, idx_type, vismode, instances)); in fd_draw() 122 enum pc_di_index_size idx_type = INDEX_SIZE_IGN; in fd_draw_emit() local 130 idx_type = size2indextype(info->index_size); in fd_draw_emit() 136 idx_type = INDEX_SIZE_IGN; in fd_draw_emit() 144 idx_type, idx_size, idx_offset, idx_buffer); in fd_draw_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_draw.h | 46 uint32_t instances, enum a4xx_index_size idx_type, in fd5_draw() argument 63 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd5_draw() 66 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd5_draw() 89 enum a4xx_index_size idx_type; in fd5_draw_emit() local 128 idx_type = fd4_size2indextype(info->index_size); in fd5_draw_emit() 134 idx_type = INDEX4_SIZE_32_BIT; in fd5_draw_emit() 142 idx_type, idx_size, idx_offset, idx_buffer); in fd5_draw_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 55 uint32_t instances, enum a4xx_index_size idx_type, in fd4_draw() argument 72 OUT_RINGP(ring, DRAW4(primtype, src_sel, idx_type, 0), in fd4_draw() 75 OUT_RING(ring, DRAW4(primtype, src_sel, idx_type, vismode)); in fd4_draw() 111 enum a4xx_index_size idx_type; in fd4_draw_emit() local 148 idx_type = fd4_size2indextype(info->index_size); in fd4_draw_emit() 154 idx_type = INDEX4_SIZE_32_BIT; in fd4_draw_emit() 162 idx_type, idx_size, idx_offset, idx_buffer); in fd4_draw_emit()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | listdiff_op.cc | 50 DataType idx_type = context->expected_output_dtype(1); in Compile() local 55 status = ListDiffWithIndexType<int32>(context, idx_type); in Compile() 58 status = ListDiffWithIndexType<int64>(context, idx_type); in Compile() 102 Status ListDiffWithIndexType(XlaOpKernelContext* context, DataType idx_type) { in ListDiffWithIndexType() argument 103 switch (idx_type) { in ListDiffWithIndexType() 111 DataTypeString(idx_type)); in ListDiffWithIndexType()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lu_op.cc | 176 #define REGISTER_LU(type, idx_type) \ argument 180 .TypeConstraint<idx_type>("output_idx_type"), \ 181 LuOp<type, idx_type>);
|
D | lu_op_gpu.cu.cc | 257 #define REGISTER_LU_GPU(type, idx_type) \ argument 261 .TypeConstraint<idx_type>("output_idx_type"), \ 262 LuOpGpu<type, idx_type>);
|