Home
last modified time | relevance | path

Searched refs:VBROADCAST_16 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h113 Value* VBROADCAST_16(Value* src);
Dbuilder_misc.cpp272 Value* Builder::VBROADCAST_16(Value* src) in VBROADCAST_16() function in SwrJit::Builder
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2513 Value *bpx = VBROADCAST_16(px); in CompileVS()
2514 Value *bpy = VBROADCAST_16(py); in CompileVS()
2515 Value *bpz = VBROADCAST_16(pz); in CompileVS()
2516 Value *bpw = VBROADCAST_16(pw); in CompileVS()