Home
last modified time | relevance | path

Searched defs:half4 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLChildCall.cpp42 const Type* half4 = context.fTypes.fHalf4.get(); in call_signature_is_valid() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h196 using half4 = Vec4<half>; variable
/external/clang/lib/Headers/
Dopencl-c.h127 typedef half half4 __attribute__((ext_vector_type(4))); typedef