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

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
PEMStructure.java 18 String procType[];
PEMDecoder.java 187 ps.procType = values;
294 ps.procType = null;
299 if (ps.procType == null)
302 if (ps.procType.length != 2)
305 if ("4".equals(ps.procType[0]) == false)
306 throw new IOException("Unknown Proc-Type field (" + ps.procType[0] + ")");
308 if ("ENCRYPTED".equals(ps.procType[1]))
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_transform.c 111 uint procType;
138 procType = parse.FullHeader.Processor.Processor;
139 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
140 procType == TGSI_PROCESSOR_VERTEX ||
141 procType == TGSI_PROCESSOR_GEOMETRY);
151 *processor = tgsi_build_processor( procType, ctx->header );
tgsi_scan.c 54 uint procType, i;
68 procType = parse.FullHeader.Processor.Processor;
69 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
70 procType == TGSI_PROCESSOR_VERTEX ||
71 procType == TGSI_PROCESSOR_GEOMETRY ||
72 procType == TGSI_PROCESSOR_COMPUTE);
113 if (procType == TGSI_PROCESSOR_FRAGMENT &&
166 if (procType == TGSI_PROCESSOR_FRAGMENT &&
195 if (procType == TGSI_PROCESSOR_VERTEX &&
200 if (procType == TGSI_PROCESSOR_FRAGMENT &
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.c 111 uint procType;
138 procType = parse.FullHeader.Processor.Processor;
139 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
140 procType == TGSI_PROCESSOR_VERTEX ||
141 procType == TGSI_PROCESSOR_GEOMETRY);
151 *processor = tgsi_build_processor( procType, ctx->header );
tgsi_scan.c 54 uint procType, i;
68 procType = parse.FullHeader.Processor.Processor;
69 assert(procType == TGSI_PROCESSOR_FRAGMENT ||
70 procType == TGSI_PROCESSOR_VERTEX ||
71 procType == TGSI_PROCESSOR_GEOMETRY ||
72 procType == TGSI_PROCESSOR_COMPUTE);
113 if (procType == TGSI_PROCESSOR_FRAGMENT &&
166 if (procType == TGSI_PROCESSOR_FRAGMENT &&
195 if (procType == TGSI_PROCESSOR_VERTEX &&
200 if (procType == TGSI_PROCESSOR_FRAGMENT &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.h 50 uint procType,
st_glsl_to_tgsi.h 39 uint procType,
st_mesa_to_tgsi.c 96 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */
178 if (t->procType == TGSI_PROCESSOR_VERTEX)
180 else if (t->procType == TGSI_PROCESSOR_FRAGMENT)
308 switch (t->procType) {
344 if (t->procType == TGSI_PROCESSOR_GEOMETRY && SrcReg->HasIndex2) {
1016 uint procType,
1041 t->procType = procType;
1051 if (procType == TGSI_PROCESSOR_FRAGMENT) {
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.h 50 uint procType,
st_glsl_to_tgsi.h 39 uint procType,
st_mesa_to_tgsi.c 96 unsigned procType; /**< TGSI_PROCESSOR_VERTEX/FRAGMENT */
178 if (t->procType == TGSI_PROCESSOR_VERTEX)
180 else if (t->procType == TGSI_PROCESSOR_FRAGMENT)
308 switch (t->procType) {
344 if (t->procType == TGSI_PROCESSOR_GEOMETRY && SrcReg->HasIndex2) {
1016 uint procType,
1041 t->procType = procType;
1051 if (procType == TGSI_PROCESSOR_FRAGMENT) {
    [all...]
st_glsl_to_tgsi.cpp     [all...]

Completed in 169 milliseconds