OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gen_type
(Results
1 - 6
of
6
) sorted by null
/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/boringssl/src/crypto/x509v3/
v3_conf.c
241
int
gen_type
= 0;
local
246
gen_type
= 1;
251
gen_type
= 2;
258
return
gen_type
;
263
int crit, int
gen_type
,
279
if (
gen_type
== 1)
281
else if (
gen_type
== 2)
v3_alt.c
430
int
gen_type
, char *value, int is_nc)
453
switch (
gen_type
)
518
gen->type =
gen_type
;
/external/vulkan-validation-layers/libs/glm/detail/
type_gentype.hpp
83
//
GEN_TYPE
,
/external/boringssl/src/include/openssl/
x509v3.h
594
int
gen_type
, char *value, int is_nc);
Completed in 167 milliseconds