OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UInt4
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
rsCppStructs.h
232
class
UInt4
{
236
UInt4
(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW)
238
UInt4
() : x(0), y(0), z(0), w(0) {}
[
all
...]
/external/swiftshader/src/Reactor/
Nucleus.cpp
5727
Value *
uint4
= Nucleus::createBitCast(long2, Int4::getType());
local
[
all
...]
Nucleus.hpp
248
class
UInt4
;
[
all
...]
Completed in 45 milliseconds