/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_arrays.c | 94 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() 217 enum indices_mode gen_type; in svga_hwtnl_draw_arrays() local 256 gen_type = u_unfilled_generator(prim, in svga_hwtnl_draw_arrays() 268 gen_type = u_index_generator(svga_hw_prims, in svga_hwtnl_draw_arrays() 277 if (gen_type == U_GENERATE_LINEAR) { in svga_hwtnl_draw_arrays() 290 gen_type, in svga_hwtnl_draw_arrays()
|
D | svga_draw_elements.c | 223 enum indices_mode gen_type; in svga_hwtnl_draw_range_elements() local 231 gen_type = u_unfilled_translator(info->mode, in svga_hwtnl_draw_range_elements() 247 gen_type = u_index_translator(svga_hw_prims, in svga_hwtnl_draw_range_elements() 257 if ((gen_type == U_TRANSLATE_MEMCPY) && (info->index_size == gen_size)) { in svga_hwtnl_draw_range_elements()
|
/external/perfetto/gn/ |
D | proto_library.gni | 235 foreach(gen_type, proto_generators) { 236 target_name_ = string_replace(target_name, expansion_token, gen_type) 242 deps_ += [ string_replace(dep, expansion_token, gen_type) ] 246 if (gen_type == "zero") { 256 } else if (gen_type == "cpp") { 266 } else if (gen_type == "ipc") { 277 } else if (gen_type == "lite") { 288 } else if (gen_type == "descriptor") { 303 } else if (gen_type == "source_set") {
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 248 int gen_type = 0; in v3_check_generic() local 252 gen_type = 1; in v3_check_generic() 255 gen_type = 2; in v3_check_generic() 262 return gen_type; in v3_check_generic() 267 int crit, int gen_type, in v3_generic_extension() argument 281 if (gen_type == 1) in v3_generic_extension() 283 else if (gen_type == 2) in v3_generic_extension()
|
D | v3_alt.c | 449 X509V3_CTX *ctx, int gen_type, in a2i_GENERAL_NAME() argument 470 switch (gen_type) { in a2i_GENERAL_NAME() 528 gen->type = gen_type; in a2i_GENERAL_NAME()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 248 int gen_type = 0; in v3_check_generic() local 252 gen_type = 1; in v3_check_generic() 255 gen_type = 2; in v3_check_generic() 262 return gen_type; in v3_check_generic() 267 int crit, int gen_type, in v3_generic_extension() argument 281 if (gen_type == 1) in v3_generic_extension() 283 else if (gen_type == 2) in v3_generic_extension()
|
D | v3_alt.c | 449 X509V3_CTX *ctx, int gen_type, char *value, in a2i_GENERAL_NAME() argument 470 switch (gen_type) { in a2i_GENERAL_NAME() 528 gen->type = gen_type; in a2i_GENERAL_NAME()
|
/external/mesa3d/src/intel/common/ |
D | gen_decoder.c | 277 static struct gen_type 285 return (struct gen_type) { .kind = GEN_TYPE_INT }; in string_to_type() 287 return (struct gen_type) { .kind = GEN_TYPE_UINT }; in string_to_type() 289 return (struct gen_type) { .kind = GEN_TYPE_BOOL }; in string_to_type() 291 return (struct gen_type) { .kind = GEN_TYPE_FLOAT }; in string_to_type() 293 return (struct gen_type) { .kind = GEN_TYPE_ADDRESS }; in string_to_type() 295 return (struct gen_type) { .kind = GEN_TYPE_OFFSET }; in string_to_type() 297 return (struct gen_type) { .kind = GEN_TYPE_UFIXED, .i = i, .f = f }; in string_to_type() 299 return (struct gen_type) { .kind = GEN_TYPE_SFIXED, .i = i, .f = f }; in string_to_type() 301 return (struct gen_type) { .kind = GEN_TYPE_STRUCT, .gen_struct = g }; in string_to_type() [all …]
|
D | gen_decoder.h | 148 struct gen_type { struct 189 struct gen_type type;
|
/external/angle/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1533 gen_type = set() 1543 gen_type.add(param.data['genType']) 1547 if len(gen_type) == 0: 1553 if 'image_params' in gen_type: 1582 if 'sampler_or_image_or_subpass' in gen_type: 1597 if 'vec' in gen_type:
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 561 X509V3_CTX *ctx, int gen_type,
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509v3.h | 606 int gen_type, char *value, int is_nc);
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 77 if (iter.field->type.kind == gen_type::GEN_TYPE_BOOL && iter.raw_value) { in aub_viewer_print_group()
|