Searched refs:POSITION (Results 1 – 25 of 97) sorted by relevance
1234
/external/mesa3d/src/gallium/tests/graw/geometry-shader/ |
D | mov.txt | 5 DCL IN[][0], POSITION, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT
|
D | mov-cb-2d.txt | 5 DCL IN[][0], POSITION, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT
|
D | add-mix.txt | 5 DCL IN[][0], POSITION, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT
|
D | add.txt | 5 DCL IN[][0], POSITION, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT
|
D | line.txt | 5 DCL IN[][0], POSITION, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT
|
D | multi-line.txt | 5 DCL IN[][0], POSITION, CONSTANT 7 DCL OUT[0], POSITION, CONSTANT
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.domain.1.tese | 4 float4 pos : POSITION; 16 float4 pos : POSITION;
|
D | hlsl.gs-hs-mix.tesc | 16 float3 PositionWS : POSITION; 21 float3 PositionWS : POSITION; 71 float3 PositionWS : POSITION;
|
D | hlsl.semantic-1.vert | 7 float4 pos : POSITION; 15 S main(float4 v : POSITION)
|
D | hlsl.domain.3.tese | 6 float4 pos : POSITION; 18 float4 pos : POSITION;
|
D | hlsl.domain.2.tese | 6 float4 pos : POSITION; 19 float4 pos : POSITION;
|
D | hlsl.color.hull.tesc | 16 float3 position : POSITION; 28 float3 position : POSITION;
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 22 const POSITION *const mv_ref_search = mv_ref_blocks[mi->sb_type]; in find_mv_refs_idx() 38 const POSITION *const mv_ref = &mv_ref_search[i]; in find_mv_refs_idx() 59 const POSITION *const mv_ref = &mv_ref_search[i]; in find_mv_refs_idx() 86 const POSITION *mv_ref = &mv_ref_search[i]; in find_mv_refs_idx()
|
D | vp9_mvref_common.h | 29 } POSITION; typedef 89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = { 279 int mi_rows, const POSITION *mi_pos) { in is_inside()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 495 const POSITION *const mv_ref_search, in dec_find_mv_refs() 518 const POSITION *const mv_ref = &mv_ref_search[i]; in dec_find_mv_refs() 540 const POSITION *const mv_ref = &mv_ref_search[i]; in dec_find_mv_refs() 567 const POSITION *mv_ref = &mv_ref_search[i]; in dec_find_mv_refs() 619 const POSITION *const mv_ref_search, in append_sub8x8_mvs_for_idx() 672 const POSITION *const mv_ref_search, int mi_row, in get_mode_context() 680 const POSITION *const mv_ref = &mv_ref_search[i]; in get_mode_context() 702 const POSITION *const mv_ref_search = mv_ref_blocks[bsize]; in read_inter_block_mode_info()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/ |
D | background-position.out | 1 a{background-position:0 0 0 0}b{BACKGROUND-POSITION:0 0}
|
D | background-position.out.b | 1 a{background-position:0 0 0 0}b{BACKGROUND-POSITION:0 0}
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | background-position.css | 2 b {BACKGROUND-POSITION: 0 0;}
|
/external/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-lit.sh | 5 DCL OUT[0], POSITION
|
D | vert-mov.sh | 5 DCL OUT[0], POSITION
|
D | vert-dst.sh | 5 DCL OUT[0], POSITION
|
D | vert-xpd.sh | 5 DCL OUT[0], POSITION
|
D | vert-srcmod-swz.sh | 5 DCL OUT[0], POSITION
|
D | vert-mul.sh | 5 DCL OUT[0], POSITION
|
D | vert-add.sh | 5 DCL OUT[0], POSITION
|
1234