Home
last modified time | relevance | path

Searched refs:DP4 (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-dp4.txt6 DP4 OUT[0], IN[0].xyzx, IN[0].xyzx
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-dp4.txt11 DP4 TEMP[0].xy, IN[0], IN[0]
/third_party/mesa3d/src/intel/compiler/
Dtest_vec4_register_coalesce.cpp195 vec4_instruction *dp4 = v->emit(v->DP4(temp, some_src_1, some_src_2)); in TEST_F()
213 vec4_instruction *dp4 = v->emit(v->DP4(temp, some_src_1, some_src_2)); in TEST_F()
Dbrw_vec4.h202 EMIT2(DP4)
Dbrw_vec4_builder.h410 ALU2(DP4) in ALU2_ACC()
Dbrw_fs_builder.h617 ALU2(DP4) in ALU3()
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l196 DP4{sat} { return_opcode( 1, BIN_OP, DP4, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h52 OP12(DP4)
Dtgsi_info_opcodes.h11 OPCODE(1, 2, REPL, DP4)
Dtgsi_lowering.c1474 OPCS(DP4) || in tgsi_transform_lowering()
1520 if (OPCS(DP4)) { in tgsi_transform_lowering()
1521 newlen += DP4_GROW * OPCS(DP4); in tgsi_transform_lowering()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt107 transforms the object-space position to clip-space with four DP4
149 DP4 v,v ssss 4-component dot product
331 | "DP4"
DNV_vertex_program2.txt218 simple DP4 instruction that writes to one of the six clip distance
224 DP4 o[CLP0].x, R0, c[0];
319 DP4 R1.x, c[A0.x+0], v[0]; # 1st matrix transform
320 DP4 R1.y, c[A0.x+1], v[0];
321 DP4 R1.z, c[A0.x+2], v[0];
322 DP4 R1.w, c[A0.x+3], v[0];
325 DP4 R1.x, c[A0.y+0], v[0]; # 2nd matrix transform
326 DP4 R1.y, c[A0.y+1], v[0];
327 DP4 R1.z, c[A0.y+2], v[0];
328 DP4 R1.w, c[A0.y+3], v[0];
[all …]
DNV_vertex_program.txt863 DP4 R5.w, v[OPOS], c[23];
864 DP4 R5.x, v[OPOS], c[20];
865 DP4 R5.y, v[OPOS], c[21];
866 DP4 R5.z, v[OPOS], c[22];
912 DP4 o[HPOS].x, c[0], v[OPOS];
913 DP4 o[HPOS].y, c[1], v[OPOS];
914 DP4 o[HPOS].z, c[2], v[OPOS];
915 DP4 o[HPOS].w, c[3], v[OPOS];
949 DP4 o[HPOS].x, c[0], R1;
950 DP4 o[HPOS].y, c[1], R1;
[all …]
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt107 transforms the object-space position to clip-space with four DP4
149 DP4 v,v ssss 4-component dot product
331 | "DP4"
DNV_vertex_program2.txt218 simple DP4 instruction that writes to one of the six clip distance
224 DP4 o[CLP0].x, R0, c[0];
319 DP4 R1.x, c[A0.x+0], v[0]; # 1st matrix transform
320 DP4 R1.y, c[A0.x+1], v[0];
321 DP4 R1.z, c[A0.x+2], v[0];
322 DP4 R1.w, c[A0.x+3], v[0];
325 DP4 R1.x, c[A0.y+0], v[0]; # 2nd matrix transform
326 DP4 R1.y, c[A0.y+1], v[0];
327 DP4 R1.z, c[A0.y+2], v[0];
328 DP4 R1.w, c[A0.y+3], v[0];
[all …]
DNV_vertex_program.txt863 DP4 R5.w, v[OPOS], c[23];
864 DP4 R5.x, v[OPOS], c[20];
865 DP4 R5.y, v[OPOS], c[21];
866 DP4 R5.z, v[OPOS], c[22];
912 DP4 o[HPOS].x, c[0], v[OPOS];
913 DP4 o[HPOS].y, c[1], v[OPOS];
914 DP4 o[HPOS].z, c[2], v[OPOS];
915 DP4 o[HPOS].w, c[3], v[OPOS];
949 DP4 o[HPOS].x, c[0], R1;
950 DP4 o[HPOS].y, c[1], R1;
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.hpp80 void DP4(Vector4s &dst, Vector4s &src0, Vector4s &src1);
/third_party/cups-filters/filter/braille/drivers/index/
Dindex.sh.in107 DuplexNoTumble,False,True,False) INIT+=,DP4 ;; # Double Sided Saddle Stitch
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c67 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
Detnaviv_disasm.c468 OPC(DP4),
/third_party/mesa3d/src/intel/tools/
Di965_lex.l77 dp4 { yylval.integer = BRW_OPCODE_DP4; return DP4; }
Di965_gram.y388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH
772 | DP4
/third_party/openGLES/extensions/ARB/
DARB_vertex_program.txt648 requirements for "compound" operations such as DP4.
1104 DP4 result.w, pos, mat[3];
1105 DP4 result.x, pos, mat[0];
1106 DP4 result.y, pos, mat[1];
1107 DP4 result.z, pos, mat[2];
1154 DP4 oPos.x, mvp[0], iPos;
1155 DP4 oPos.y, mvp[1], iPos;
1156 DP4 oPos.z, mvp[2], iPos;
1157 DP4 oPos.w, mvp[3], iPos;
1205 DP4 oPos.x, mvp[0], temp; # xform using perturbed position
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_program.txt638 requirements for "compound" operations such as DP4.
1094 DP4 result.w, pos, mat[3];
1095 DP4 result.x, pos, mat[0];
1096 DP4 result.y, pos, mat[1];
1097 DP4 result.z, pos, mat[2];
1144 DP4 oPos.x, mvp[0], iPos;
1145 DP4 oPos.y, mvp[1], iPos;
1146 DP4 oPos.z, mvp[2], iPos;
1147 DP4 oPos.w, mvp[3], iPos;
1195 DP4 oPos.x, mvp[0], temp; # xform using perturbed position
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c590 nvfx_vp_emit(vpc, arith(sat, VEC, DP4, dst, mask, src[0], src[1], none)); in nvfx_vertprog_parse_instruction()
1082 nvfx_vp_emit(vpc, arith(0, VEC, DP4, cdst, mask, htmp, ceqn, none)); in _nvfx_vertprog_translate()

12