/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-dp4.txt | 6 DP4 OUT[0], IN[0].xyzx, IN[0].xyzx
|
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-dp4.txt | 11 DP4 TEMP[0].xy, IN[0], IN[0]
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_vec4_register_coalesce.cpp | 195 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()
|
D | brw_vec4.h | 202 EMIT2(DP4)
|
D | brw_vec4_builder.h | 410 ALU2(DP4) in ALU2_ACC()
|
D | brw_fs_builder.h | 617 ALU2(DP4) in ALU3()
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 196 DP4{sat} { return_opcode( 1, BIN_OP, DP4, 3); }
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 52 OP12(DP4)
|
D | tgsi_info_opcodes.h | 11 OPCODE(1, 2, REPL, DP4)
|
D | tgsi_lowering.c | 1474 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/ |
D | NV_vertex_program1_1.txt | 107 transforms the object-space position to clip-space with four DP4 149 DP4 v,v ssss 4-component dot product 331 | "DP4"
|
D | NV_vertex_program2.txt | 218 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 …]
|
D | NV_vertex_program.txt | 863 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/ |
D | NV_vertex_program1_1.txt | 107 transforms the object-space position to clip-space with four DP4 149 DP4 v,v ssss 4-component dot product 331 | "DP4"
|
D | NV_vertex_program2.txt | 218 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 …]
|
D | NV_vertex_program.txt | 863 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/ |
D | PixelPipeline.hpp | 80 void DP4(Vector4s &dst, Vector4s &src0, Vector4s &src1);
|
/third_party/cups-filters/filter/braille/drivers/index/ |
D | index.sh.in | 107 DuplexNoTumble,False,True,False) INIT+=,DP4 ;; # Double Sided Saddle Stitch
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 67 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
|
D | etnaviv_disasm.c | 468 OPC(DP4),
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 77 dp4 { yylval.integer = BRW_OPCODE_DP4; return DP4; }
|
D | i965_gram.y | 388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH 772 | DP4
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_program.txt | 648 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/ |
D | ARB_vertex_program.txt | 638 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/ |
D | nvfx_vertprog.c | 590 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()
|