OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_kind
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c
84
LLVMTypeKind
type_kind
;
local
93
type_kind
= LLVMGetTypeKind(type_ref);
95
if (
type_kind
== LLVMVectorTypeKind) {
99
type_kind
= LLVMGetTypeKind(type_ref);
104
if (
type_kind
== LLVMFloatTypeKind ||
type_kind
== LLVMDoubleTypeKind) {
109
} else if (
type_kind
== LLVMIntegerTypeKind) {
119
} else if (
type_kind
== LLVMPointerTypeKind) {
138
if (
type_kind
== LLVMIntegerTypeKind &&
lp_bld_arit_overflow.c
68
LLVMTypeKind
type_kind
;
local
76
type_kind
= LLVMGetTypeKind(type_ref);
78
debug_assert(
type_kind
== LLVMIntegerTypeKind);
/external/skia/src/sksl/
SkSLInterpreter.cpp
179
static Interpreter::TypeKind
type_kind
(const Type& type) {
276
switch (
type_kind
(b.fLeft->fType)) { \
288
switch (
type_kind
(b.fLeft->fType)) { \
298
switch (
type_kind
(b.fLeft->fType)) { \
311
switch (
type_kind
(b.fLeft->fType)) { \
328
switch (
type_kind
(b.fLeft->fType)) { \
406
switch (
type_kind
(p.fType)) {
427
switch (
type_kind
(p.fType)) {
/external/skqp/src/sksl/
SkSLInterpreter.cpp
179
static Interpreter::TypeKind
type_kind
(const Type& type) {
276
switch (
type_kind
(b.fLeft->fType)) { \
288
switch (
type_kind
(b.fLeft->fType)) { \
298
switch (
type_kind
(b.fLeft->fType)) { \
311
switch (
type_kind
(b.fLeft->fType)) { \
328
switch (
type_kind
(b.fLeft->fType)) { \
406
switch (
type_kind
(p.fType)) {
427
switch (
type_kind
(p.fType)) {
Completed in 409 milliseconds