Searched refs:Val (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_mem.h89 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL) argument
91 return IRB()->CreateStore(Val, Ptr, isVolatile);
94 virtual StoreInst* STORE(Value* Val, Value* BasePtr, const std::initializer_list<uint32_t>& offset, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
96 virtual CallInst* MASKED_STORE(Value *Val, Value *Ptr, unsigned Align, Value *Mask, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL) argument
98 return IRB()->CreateMaskedStore(Val, Ptr, Align, Mask);
102 StoreInst* STOREV(Value* Val, Value* BasePtr, const std::initializer_list<Value*>& offset);
H A Dbuilder_gfx_mem.h79 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
81 virtual StoreInst* STORE(Value* Val, Value* BasePtr, const std::initializer_list<uint32_t>& offset, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
83 virtual CallInst* MASKED_STORE(Value *Val, Value *Ptr, unsigned Align, Value *Mask, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
H A Dbuilder_gfx_mem.cpp240 StoreInst* BuilderGfxMem::STORE(Value *Val, Value *Ptr, bool isVolatile, Type* Ty, JIT_MEM_CLIENT usage) argument
245 return Builder::STORE(Val, Ptr, isVolatile, Ty, usage);
248 StoreInst* BuilderGfxMem::STORE(Value* Val, Value* BasePtr, const std::initializer_list<uint32_t>& offset, Type* Ty, JIT_MEM_CLIENT usage) argument
253 return Builder::STORE(Val, BasePtr, offset, Ty, usage);
256 CallInst* BuilderGfxMem::MASKED_STORE(Value *Val, Value *Ptr, unsigned Align, Value *Mask, Type* Ty, JIT_MEM_CLIENT usage) argument
261 return Builder::MASKED_STORE(Val, Ptr, Align, Mask, Ty, usage);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_mem.h90 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL) argument
92 return IRB()->CreateStore(Val, Ptr, isVolatile);
95 virtual StoreInst* STORE(Value* Val, Value* BasePtr, const std::initializer_list<uint32_t>& offset, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
97 virtual CallInst* MASKED_STORE(Value *Val, Value *Ptr, unsigned Align, Value *Mask, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL) argument
99 return IRB()->CreateMaskedStore(Val, Ptr, AlignType(Align), Mask);
103 StoreInst* STOREV(Value* Val, Value* BasePtr, const std::initializer_list<Value*>& offset);
H A Dbuilder_gfx_mem.h78 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
80 virtual StoreInst* STORE(Value* Val, Value* BasePtr, const std::initializer_list<uint32_t>& offset, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
82 virtual CallInst* MASKED_STORE(Value *Val, Value *Ptr, unsigned Align, Value *Mask, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
H A Dbuilder_gfx_mem.cpp339 BuilderGfxMem::STORE(Value* Val, Value* Ptr, bool isVolatile, Type* Ty, MEM_CLIENT usage) argument
345 return Builder::STORE(Val, Ptr, isVolatile, Ty, usage);
348 StoreInst* BuilderGfxMem::STORE(Value* Val, argument
358 return Builder::STORE(Val, BasePtr, offset, Ty, usage);
362 Value* Val, Value* Ptr, unsigned Align, Value* Mask, Type* Ty, MEM_CLIENT usage)
369 return Builder::MASKED_STORE(Val, Ptr, Align, Mask, Ty, usage);
361 MASKED_STORE(Value * Val,Value * Ptr,unsigned Align,Value * Mask,Type * Ty,MEM_CLIENT usage) argument
/xsrc/external/mit/xkbevd/dist/
H A Dcfgparse.c82 # define YY_CAST(Type, Val) static_cast<Type> (Val)
83 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
85 # define YY_CAST(Type, Val) ((Type) (Val))
86 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefsyacc.c163 # define YY_CAST(Type, Val) static_cast<Type> (Val)
164 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
166 # define YY_CAST(Type, Val) ((Type) (Val))
167 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbparse.c87 # define YY_CAST(Type, Val) static_cast<Type> (Val)
88 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
90 # define YY_CAST(Type, Val) ((Type) (Val))
91 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c114 # define YY_CAST(Type, Val) static_cast<Type> (Val)
115 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
117 # define YY_CAST(Type, Val) ((Type) (Val))
118 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.c114 # define YY_CAST(Type, Val) static_cast<Type> (Val)
115 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
117 # define YY_CAST(Type, Val) ((Type) (Val))
118 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1379 Value *Val = LOADV(pAttr, {C(0), attrib, unwrap(swizzle_index)}); local in function:BuilderSWR::swr_tes_llvm_fetch_patch_input
1385 lp_build_print_value(gallivm, "[TES IN][PATCH] Loaded: ", wrap(Val));
1387 res = VINSERT(res, Val, C(i));
1395 Value *Val = LOADV(pAttr, {C(0), attrib, unwrap(swizzle_index)}); local in function:BuilderSWR::swr_tes_llvm_fetch_patch_input
1401 lp_build_print_value(gallivm, "[TES IN][PATCH] Loaded: ", wrap(Val));
1403 res = VBROADCAST(Val);
1456 Value *Val = LOADV(pAttr, {C(0), unwrap(swizzle_index)}); local in function:BuilderSWR::swr_tes_llvm_fetch_vtx_input
1462 lp_build_print_value(gallivm, "[TES IN][VTX] Loaded: ", wrap(Val));
1464 res = VINSERT(res, Val, C(i));
1474 Value *Val local in function:BuilderSWR::swr_tes_llvm_fetch_vtx_input
[all...]
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c204 # define YY_CAST(Type, Val) static_cast<Type> (Val)
205 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
207 # define YY_CAST(Type, Val) ((Type) (Val))
208 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c254 # define YY_CAST(Type, Val) static_cast<Type> (Val)
255 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
257 # define YY_CAST(Type, Val) ((Type) (Val))
258 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp161 # define YY_CAST(Type, Val) static_cast<Type> (Val)
162 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
164 # define YY_CAST(Type, Val) ((Type) (Val))
165 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))

Completed in 99 milliseconds