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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 96 unsigned gen_type,
109 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type))
119 else if (gen_type == U_GENERATE_REUSABLE)
230 unsigned gen_prim, gen_size, gen_nr, gen_type; local
237 gen_type = u_unfilled_generator( prim,
247 gen_type = u_index_generator( svga_hw_prims,
259 if (gen_type == U_GENERATE_LINEAR) {
270 gen_type,
svga_draw_elements.c 173 unsigned gen_prim, gen_size, gen_nr, gen_type; local
180 gen_type = u_unfilled_translator( prim,
191 gen_type = u_index_translator( svga_hw_prims,
204 if (gen_type == U_TRANSLATE_MEMCPY) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 96 unsigned gen_type,
109 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type))
119 else if (gen_type == U_GENERATE_REUSABLE)
230 unsigned gen_prim, gen_size, gen_nr, gen_type; local
237 gen_type = u_unfilled_generator( prim,
247 gen_type = u_index_generator( svga_hw_prims,
259 if (gen_type == U_GENERATE_LINEAR) {
270 gen_type,
svga_draw_elements.c 173 unsigned gen_prim, gen_size, gen_nr, gen_type; local
180 gen_type = u_unfilled_translator( prim,
191 gen_type = u_index_translator( svga_hw_prims,
204 if (gen_type == U_TRANSLATE_MEMCPY) {
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c 238 int gen_type = 0; local
243 gen_type = 1;
248 gen_type = 2;
255 return gen_type;
260 int crit, int gen_type,
275 if (gen_type == 1)
277 else if (gen_type == 2)
v3_alt.c 429 int gen_type, char *value, int is_nc)
452 switch (gen_type)
517 gen->type = gen_type;
  /external/openssl/crypto/x509v3/
v3_conf.c 239 int gen_type = 0; local
244 gen_type = 1;
249 gen_type = 2;
256 return gen_type;
261 int crit, int gen_type,
276 if (gen_type == 1)
278 else if (gen_type == 2)
v3_alt.c 426 int gen_type, char *value, int is_nc)
449 switch (gen_type)
514 gen->type = gen_type;
x509v3.h 595 int gen_type, char *value, int is_nc);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 594 int gen_type, char *value, int is_nc);
  /external/openssl/include/openssl/
x509v3.h 595 int gen_type, char *value, int is_nc);

Completed in 1165 milliseconds