Home
last modified time | relevance | path

Searched refs:gen_type (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_arrays.c94 unsigned gen_type, in retrieve_or_generate_indices() argument
108 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type)) { in retrieve_or_generate_indices()
117 else if (gen_type == U_GENERATE_REUSABLE) { in retrieve_or_generate_indices()
214 enum indices_mode gen_type; in svga_hwtnl_draw_arrays() local
253 gen_type = u_unfilled_generator(prim, in svga_hwtnl_draw_arrays()
265 gen_type = u_index_generator(svga_hw_prims, in svga_hwtnl_draw_arrays()
274 if (gen_type == U_GENERATE_LINEAR) { in svga_hwtnl_draw_arrays()
286 gen_type, in svga_hwtnl_draw_arrays()
Dsvga_draw_elements.c191 enum indices_mode gen_type; in svga_hwtnl_draw_range_elements() local
199 gen_type = u_unfilled_translator(prim, in svga_hwtnl_draw_range_elements()
207 gen_type = u_index_translator(svga_hw_prims, in svga_hwtnl_draw_range_elements()
217 if (gen_type == U_TRANSLATE_MEMCPY) { in svga_hwtnl_draw_range_elements()
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c247 int gen_type = 0; in v3_check_generic() local
251 gen_type = 1; in v3_check_generic()
254 gen_type = 2; in v3_check_generic()
261 return gen_type; in v3_check_generic()
266 int crit, int gen_type, in v3_generic_extension() argument
280 if (gen_type == 1) in v3_generic_extension()
282 else if (gen_type == 2) in v3_generic_extension()
Dv3_alt.c443 X509V3_CTX *ctx, int gen_type, char *value, in a2i_GENERAL_NAME() argument
464 switch (gen_type) { in a2i_GENERAL_NAME()
522 gen->type = gen_type; in a2i_GENERAL_NAME()
/external/mesa3d/src/intel/tools/
Ddecoder.c276 static struct gen_type
284 return (struct gen_type) { .kind = GEN_TYPE_INT }; in string_to_type()
286 return (struct gen_type) { .kind = GEN_TYPE_UINT }; in string_to_type()
288 return (struct gen_type) { .kind = GEN_TYPE_BOOL }; in string_to_type()
290 return (struct gen_type) { .kind = GEN_TYPE_FLOAT }; in string_to_type()
292 return (struct gen_type) { .kind = GEN_TYPE_ADDRESS }; in string_to_type()
294 return (struct gen_type) { .kind = GEN_TYPE_OFFSET }; in string_to_type()
296 return (struct gen_type) { .kind = GEN_TYPE_UFIXED, .i = i, .f = f }; in string_to_type()
298 return (struct gen_type) { .kind = GEN_TYPE_SFIXED, .i = i, .f = f }; in string_to_type()
300 return (struct gen_type) { .kind = GEN_TYPE_STRUCT, .gen_struct = g }; in string_to_type()
[all …]
Ddecoder.h87 struct gen_type { struct
117 struct gen_type type; argument
/external/boringssl/src/include/openssl/
Dx509v3.h605 int gen_type, char *value, int is_nc);