Searched refs:Type (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.h80 Type* mVoidTy;
81 Type* mHandleTy;
82 Type* mInt1Ty;
83 Type* mInt8Ty;
84 Type* mInt16Ty;
85 Type* mInt32Ty;
86 Type* mInt64Ty;
87 Type* mIntPtrTy;
88 Type* mFP16Ty;
89 Type* mFP32T
[all...]
H A Dbuilder_gfx_mem.h44 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, bool isReadOnly = true, const Twine& Name = "");
45 virtual Value* GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name = "");
47 GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty = nullptr);
49 GEP(Value* Ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty = nullptr);
53 Type* Ty = nullptr,
57 Type* Ty = nullptr,
62 Type* Ty = nullptr,
67 Type* Ty = nullptr,
75 Type* Ty = nullptr,
78 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* T
[all...]
H A Dbuilder.cpp50 mVoidTy = Type::getVoidTy(pJitMgr->mContext);
51 mFP16Ty = Type::getHalfTy(pJitMgr->mContext);
52 mFP32Ty = Type::getFloatTy(pJitMgr->mContext);
54 mDoubleTy = Type::getDoubleTy(pJitMgr->mContext);
55 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext);
56 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext);
57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext);
58 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext);
59 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext);
176 Type* Builde
[all...]
H A Dbuilder_mem.h48 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, bool isReadOnly = true, const Twine& Name = "");
49 virtual Value* GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name = "");
50 virtual Value* GEP(Value* ptr, const std::initializer_list<Value*>& indexList, Type* Ty = nullptr);
52 GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty = nullptr);
55 Value* GEPA(Type* Ty, Value* Ptr, ArrayRef<Value*> IdxList, const Twine& Name = "");
61 LOAD(Value* Ptr, const char* Name, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
64 Type* Ty = nullptr,
67 LOAD(Type* Ty, Value* Ptr, const Twine& Name = "", MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
71 Type* Ty = nullptr,
76 Type* T
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.h80 Type* mVoidTy;
81 Type* mInt1Ty;
82 Type* mInt8Ty;
83 Type* mInt16Ty;
84 Type* mInt32Ty;
85 Type* mInt64Ty;
86 Type* mIntPtrTy;
87 Type* mFP16Ty;
88 Type* mFP32Ty;
89 Type* mFP32PtrT
[all...]
H A Dbuilder_gfx_mem.h44 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, const Twine& Name = "");
45 virtual Value* GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name = "");
47 GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty = nullptr);
49 GEP(Value* Ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty = nullptr);
53 Type* Ty = nullptr,
57 Type* Ty = nullptr,
62 Type* Ty = nullptr,
67 Type* Ty = nullptr,
76 Type* Ty = nullptr,
79 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* T
[all...]
H A Dbuilder.cpp50 mVoidTy = Type::getVoidTy(pJitMgr->mContext);
51 mFP16Ty = Type::getHalfTy(pJitMgr->mContext);
52 mFP32Ty = Type::getFloatTy(pJitMgr->mContext);
54 mDoubleTy = Type::getDoubleTy(pJitMgr->mContext);
55 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext);
56 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext);
57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext);
58 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext);
62 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext);
173 Type* Builde
[all...]
H A Dbuilder_mem.h47 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, const Twine& Name = "");
48 virtual Value* GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name = "");
49 virtual Value* GEP(Value* ptr, const std::initializer_list<Value*>& indexList, Type* Ty = nullptr);
51 GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty = nullptr);
54 Value* GEPA(Type* Ty, Value* Ptr, ArrayRef<Value*> IdxList, const Twine& Name = "");
60 LOAD(Value* Ptr, const char* Name, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
63 Type* Ty = nullptr,
66 LOAD(Type* Ty, Value* Ptr, const Twine& Name = "", JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
70 Type* Ty = nullptr,
75 Type* T
[all...]
H A Dbuilder_gfx_mem.cpp130 Value* BuilderGfxMem::GEP(Value* Ptr, Value* Idx, Type* Ty, const Twine& Name)
136 Value* BuilderGfxMem::GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name)
142 Value* BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty)
149 BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty)
155 Value* BuilderGfxMem::TranslationHelper(Value* Ptr, Type* Ty)
170 LoadInst* BuilderGfxMem::LOAD(Value* Ptr, const char* Name, Type* Ty, JIT_MEM_CLIENT usage)
178 LoadInst* BuilderGfxMem::LOAD(Value* Ptr, const Twine& Name, Type* Ty, JIT_MEM_CLIENT usage)
188 Value* Ptr, bool isVolatile, const Twine& Name, Type* Ty, JIT_MEM_CLIENT usage)
199 Type* Ty,
231 Type* T
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsync.c56 if (sync->Type == EGL_SYNC_CL_EVENT_KHR) {
63 if (sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID) {
92 sync->Type = type;
128 *value = sync->Type;
133 (sync->Type == EGL_SYNC_FENCE_KHR ||
134 sync->Type == EGL_SYNC_CL_EVENT_KHR ||
135 sync->Type == EGL_SYNC_REUSABLE_KHR ||
136 sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID))
142 if (sync->Type != EGL_SYNC_FENCE_KHR &&
143 sync->Type !
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsync.c56 if (sync->Type == EGL_SYNC_CL_EVENT_KHR) {
63 if (sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID) {
92 sync->Type = type;
128 *value = sync->Type;
133 (sync->Type == EGL_SYNC_FENCE_KHR ||
134 sync->Type == EGL_SYNC_CL_EVENT_KHR ||
135 sync->Type == EGL_SYNC_REUSABLE_KHR ||
136 sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID))
142 if (sync->Type != EGL_SYNC_FENCE_KHR &&
143 sync->Type !
[all...]
/xsrc/external/mit/xdm/dist/
H A Dxdm.service.in7 Type=notify key in section:Service
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.h10 virtual CodeEmitter *getCodeEmitter(Program::Type);
11 CodeEmitter *createCodeEmitterGM107(Program::Type);
H A Dnv50_ir_target_nvc0.h43 virtual CodeEmitter *getCodeEmitter(Program::Type);
45 CodeEmitter *createCodeEmitterNVC0(Program::Type);
46 CodeEmitter *createCodeEmitterGK110(Program::Type);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_gm107.h10 virtual CodeEmitter *getCodeEmitter(Program::Type);
11 CodeEmitter *createCodeEmitterGM107(Program::Type);
H A Dnv50_ir_target_nvc0.h43 virtual CodeEmitter *getCodeEmitter(Program::Type);
45 CodeEmitter *createCodeEmitterNVC0(Program::Type);
46 CodeEmitter *createCodeEmitterGK110(Program::Type);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dquery9.c95 D3DQUERYTYPE Type )
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type);
101 DBG("This=%p pParams=%p Type=%d\n", This, pParams, Type);
108 This->type = Type;
121 Type == D3DQUERYTYPE_EVENT ||
122 Type == D3DQUERYTYPE_RESOURCEMANAGER ||
123 Type == D3DQUERYTYPE_TIMESTAMP ||
124 Type == D3DQUERYTYPE_TIMESTAMPFREQ ||
125 Type
93 NineQuery9_ctor(struct NineQuery9 * This,struct NineUnknownParams * pParams,D3DQUERYTYPE Type) argument
309 NineQuery9_new(struct NineDevice9 * pDevice,struct NineQuery9 ** ppOut,D3DQUERYTYPE Type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dquery9.c95 D3DQUERYTYPE Type )
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type);
101 DBG("This=%p pParams=%p Type=%d\n", This, pParams, Type);
108 This->type = Type;
121 Type == D3DQUERYTYPE_EVENT ||
122 Type == D3DQUERYTYPE_RESOURCEMANAGER ||
123 Type == D3DQUERYTYPE_TIMESTAMP ||
124 Type == D3DQUERYTYPE_TIMESTAMPFREQ ||
125 Type
93 NineQuery9_ctor(struct NineQuery9 * This,struct NineUnknownParams * pParams,D3DQUERYTYPE Type) argument
309 NineQuery9_new(struct NineDevice9 * pDevice,struct NineQuery9 ** ppOut,D3DQUERYTYPE Type) argument
[all...]
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dmodule.mk20 $(ECHO_DRIVER)psaux $(ECHO_DRIVER_DESC)Postscript Type 1 & Type 2 helper module$(ECHO_DRIVER_DONE)
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-test-part.h53 enum Type { enum in class:testing::TestPartResult
63 TestPartResult(Type a_type, const char* a_file_name, int a_line_number,
72 Type type() const { return type_; }
106 Type type_;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshader_query.cpp259 if (res->Type == GL_PROGRAM_INPUT &&
279 if (res->Type == GL_PROGRAM_INPUT &&
460 switch (res->Type) {
496 switch (res->Type) {
613 if (res->Type != programInterface)
751 if (res->Type != blockInterface)
779 if (res->Type != programInterface)
836 if (shProg->data->ProgramResourceList[i].Type == res->Type)
852 switch (res->Type) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c93 if (c->Constants[index].Type == RC_CONSTANT_STATE) {
101 constant.Type = RC_CONSTANT_STATE;
120 if (c->Constants[index].Type == RC_CONSTANT_IMMEDIATE) {
127 constant.Type = RC_CONSTANT_IMMEDIATE;
146 if (c->Constants[index].Type == RC_CONSTANT_IMMEDIATE) {
168 constant.Type = RC_CONSTANT_IMMEDIATE;
180 if (c->Constants[i].Type == RC_CONSTANT_IMMEDIATE) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c93 if (c->Constants[index].Type == RC_CONSTANT_STATE) {
101 constant.Type = RC_CONSTANT_STATE;
120 if (c->Constants[index].Type == RC_CONSTANT_IMMEDIATE) {
127 constant.Type = RC_CONSTANT_IMMEDIATE;
146 if (c->Constants[index].Type == RC_CONSTANT_IMMEDIATE) {
168 constant.Type = RC_CONSTANT_IMMEDIATE;
180 if (c->Constants[i].Type == RC_CONSTANT_IMMEDIATE) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshader_query.cpp224 if (res->Type == GL_PROGRAM_INPUT &&
244 if (res->Type == GL_PROGRAM_INPUT &&
428 switch (res->Type) {
464 switch (res->Type) {
531 if (res->Type != programInterface)
641 if (shProg->data->ProgramResourceList[i].Type == res->Type)
657 switch (res->Type) {
702 if (res->Type != programInterface)
705 switch (res->Type) {
[all...]

Completed in 27 milliseconds

1234567891011>>