Searched refs:VERT (Results 1 – 25 of 51) sorted by relevance
123
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_triemit.h | 138 const GLuint *start = (const GLuint *)VERT(elts[0]); in TAG() 143 PRINT_VERTEX(VERT(elts[0])); in TAG() 144 PRINT_VERTEX(VERT(elts[1])); in TAG() 149 PRINT_VERTEX(VERT(elts[i])); in TAG() 152 COPY_DWORDS( j, vb, vertsize, VERT(elts[i-1]) ); in TAG() 153 COPY_DWORDS( j, vb, vertsize, VERT(elts[i]) ); in TAG()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 499 #define VERT(x) (radeonVertex *)(radeonverts + ((x) * (vertsize) * sizeof(int))) macro 655 radeon_point( rmesa, VERT(start) ) 657 radeon_line( rmesa, VERT(v0), VERT(v1) ) 659 radeon_triangle( rmesa, VERT(v0), VERT(v1), VERT(v2) ) 661 radeon_quad( rmesa, VERT(v0), VERT(v1), VERT(v2), VERT(v3) )
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 376 #define VERT(x) (radeonVertex *)(r200verts + ((x) * vertsize * sizeof(int))) macro 534 r200_point( rmesa, VERT(start) ) 536 r200_line( rmesa, VERT(v0), VERT(v1) ) 538 r200_triangle( rmesa, VERT(v0), VERT(v1), VERT(v2) ) 540 r200_quad( rmesa, VERT(v0), VERT(v1), VERT(v2), VERT(v3) )
|
/external/libavc/encoder/arm/ |
D | ih264e_evaluate_intra16x16_modes_a9q.s | 183 vadd.i16 q9, q9, q8 @/VERT 184 vadd.i16 d18, d19, d18 @/VERT 185 vpaddl.u16 d18, d18 @/VERT 188 vpaddl.u32 d18, d18 @/VERT
|
D | ih264e_evaluate_intra_chroma_modes_a9q.s | 237 vadd.i16 q9, q9, q8 @/VERT 240 vadd.i16 d18, d19, d18 @/VERT 243 vpaddl.u16 d18, d18 @/VERT 246 vpaddl.u32 d18, d18 @/VERT
|
/external/libaom/av1/encoder/ |
D | partition_strategy.c | 414 &part_state->partition_rect_allowed[VERT], in av1_simple_motion_search_based_split() 688 part_state->partition_rect_allowed[VERT]) && in av1_simple_motion_search_prune_rect() 697 &part_state->prune_rect_part[VERT])) { in av1_simple_motion_search_prune_rect() 722 part_state->prune_rect_part[VERT] = 1; in av1_simple_motion_search_prune_rect() 1192 &part_state->prune_rect_part[VERT])) { in av1_ml_prune_rect_partition() 1205 if (probs[2] <= cur_thresh) part_state->prune_rect_part[VERT] = 1; in av1_ml_prune_rect_partition() 1246 const int64_t *vert_rd = part_state->rect_part_rd[VERT]; in av1_ml_prune_ab_partition() 1576 part_state->partition_rect_allowed[VERT] = 0; in av1_prune_partitions_before_search() 1625 part_state->partition_rect_allowed[VERT] = 0; in av1_prune_partitions_before_search() 1710 (part_state->partition_rect_allowed[VERT] && in av1_prune_partitions_before_search() [all …]
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-mov.sh | 1 VERT
|
D | vert-lit.sh | 1 VERT
|
D | vert-dst.sh | 1 VERT
|
D | vert-xpd.sh | 1 VERT
|
D | vert-srcmod-swz.sh | 1 VERT
|
D | vert-add.sh | 1 VERT
|
D | vert-max.sh | 1 VERT
|
D | vert-min.sh | 1 VERT
|
D | vert-sub.sh | 1 VERT
|
D | vert-mul.sh | 1 VERT
|
D | vert-cb-2d.sh | 1 VERT
|
D | vert-srcmod-neg.sh | 1 VERT
|
D | vert-mad.sh | 1 VERT
|
D | vert-uadd.sh | 1 VERT
|
D | vert-frc.sh | 1 VERT
|
D | vert-abs.sh | 1 VERT
|
D | vert-srcmod-abs.sh | 1 VERT
|
D | vert-sge.sh | 1 VERT
|
D | vert-lrp.sh | 1 VERT
|
123