HomeSort by relevance Sort by last modified time
    Searched refs:ARL (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-arl.sh 20 ARL ADDR[0].x, TEMP[0]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java 97 * request for an ARL to the server returns an null value. The reason is
120 private static final String ARL = "authorityRevocationList;binary";
629 request.addRequestedAttribute(ARL);
680 request.addRequestedAttribute(ARL);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 43 OP11(ARL)
  /external/mesa3d/src/mesa/program/
program_lexer.l 188 ARL { return_opcode(require_ARB_vp, ARL, ARL, 3); }
program_parse.y 164 %token <temp_inst> ARL KIL SWZ TXD_OP
377 ARL_instruction: ARL maskedAddrReg ',' scalarSrcReg
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 73 OPN(ARL, 1|SCALAR_FLAG),
313 /* FIXME: ARL works fine, but negative offsets won't work - fglrx just
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 20 * 1. Indexed consts + ARL
558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none));
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 452 NV50_IR_OPCODE_CASE(ARL, SHL);
    [all...]

Completed in 247 milliseconds