Searched refs:gen_type (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c96 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,
94 retrieve_or_generate_indices( struct svga_hwtnl *hwtnl, unsigned prim, unsigned gen_type, unsigned gen_nr, unsigned gen_size, u_generate_func generate, struct pipe_resource **out_buf ) argument
H A Dsvga_draw_elements.c173 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/boringssl/src/crypto/x509v3/
H A Dv3_conf.c247 int gen_type = 0; local
251 gen_type = 1;
254 gen_type = 2;
261 return gen_type;
266 int crit, int gen_type,
280 if (gen_type == 1)
282 else if (gen_type == 2)
265 v3_generic_extension(const char *ext, char *value, int crit, int gen_type, X509V3_CTX *ctx) argument
H A Dv3_alt.c433 X509V3_CTX *ctx, int gen_type, char *value,
454 switch (gen_type) {
512 gen->type = gen_type;
431 a2i_GENERAL_NAME(GENERAL_NAME *out, const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, int gen_type, char *value, int is_nc) argument
/external/boringssl/include/openssl/
H A Dx509v3.h594 int gen_type, char *value, int is_nc);
/external/boringssl/src/include/openssl/
H A Dx509v3.h594 int gen_type, char *value, int is_nc);

Completed in 140 milliseconds