HomeSort by: relevance | last modified time | path
    Searched refs:nullptr (Results 1 - 25 of 202) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
formats.cpp 133 {nullptr,
150 {nullptr,
247 {nullptr,
264 {nullptr,
281 {nullptr,
298 {nullptr,
315 {nullptr,
332 {nullptr,
349 {nullptr,
366 {nullptr,
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
formats.cpp 133 {nullptr,
150 {nullptr,
247 {nullptr,
264 {nullptr,
281 {nullptr,
298 {nullptr,
315 {nullptr,
332 {nullptr,
349 {nullptr,
366 {nullptr,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/tests/
tri.cpp 49 HINSTANCE hInstance = GetModuleHandle(nullptr);
58 nullptr,
59 nullptr,
60 nullptr,
61 nullptr,
63 nullptr
81 nullptr,
82 nullptr,
84 nullptr);
90 hr = D3D11CreateDevice(nullptr, D3D_DRIVER_TYPE_NULL, 0, D3D11_CREATE_DEVICE_DEBUG, nullptr, 0, D3D11_SDK_VERSION, nullptr, nullp (…)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
pan_pps_perf.h 27 void *ctx = nullptr;
28 struct panfrost_device* dev = nullptr;
47 struct panfrost_perf *perf = nullptr;
pan_pps_perf.cc 11 : ctx {ralloc_context(nullptr)}
32 o.ctx = nullptr;
33 o.dev = nullptr;
44 : perf {reinterpret_cast<struct panfrost_perf *>(rzalloc(nullptr, struct panfrost_perf))}
62 o.perf = nullptr;
pan_pps_driver.h 47 std::unique_ptr<PanfrostDevice> dev = nullptr;
48 std::unique_ptr<PanfrostPerf> perf = nullptr;
  /xsrc/external/mit/MesaLib/dist/src/intel/ds/
intel_pps_perf.h 47 void *ralloc_ctx = nullptr;
48 void *ralloc_cfg = nullptr;
50 struct intel_perf_context *ctx = nullptr;
51 struct intel_perf_config *cfg = nullptr;
intel_pps_perf.cc 34 , ralloc_ctx {ralloc_context(nullptr)}
35 , ralloc_cfg {ralloc_context(nullptr)}
69 o.ralloc_ctx = nullptr;
70 o.ralloc_cfg = nullptr;
71 o.ctx = nullptr;
72 o.cfg = nullptr;
161 intel_perf_init_context(ctx, cfg, nullptr, nullptr, nullptr, &devinfo, 0, drm_fd);
177 intel_perf_close(ctx, nullptr);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_gfx_mem.h 44 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, bool isReadOnly = true, 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,
73 Value* PassThru = nullptr,
75 Type* Ty = nullptr,
78 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL)
    [all...]
builder_mem.h 48 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, bool isReadOnly = true, 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);
61 LOAD(Value* Ptr, const char* Name, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL);
64 Type* Ty = nullptr,
71 Type* Ty = nullptr,
76 Type* Ty = nullptr,
82 Value* PassThru = nullptr,
84 Type* Ty = nullptr,
90 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, MEM_CLIENT usage = MEM_CLIENT::MEM_CLIENT_INTERNAL
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
builder_gfx_mem.h 44 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, 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,
74 Value* PassThru = nullptr,
76 Type* Ty = nullptr,
79 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL)
    [all...]
builder_mem.h 47 virtual Value* GEP(Value* Ptr, Value* Idx, Type* Ty = nullptr, 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);
60 LOAD(Value* Ptr, const char* Name, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL);
63 Type* Ty = nullptr,
70 Type* Ty = nullptr,
75 Type* Ty = nullptr,
81 Value* PassThru = nullptr,
83 Type* Ty = nullptr,
89 virtual StoreInst* STORE(Value *Val, Value *Ptr, bool isVolatile = false, Type* Ty = nullptr, JIT_MEM_CLIENT usage = JIT_MEM_CLIENT::MEM_CLIENT_INTERNAL
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
arena.h 45 ArenaBlock* pNext = nullptr;
115 pBlock->pNext = nullptr;
173 m_oldCachedBlocks[i].pNext = nullptr;
185 m_cachedBlocks[i].pNext = nullptr;
200 pBlock->pNext = nullptr;
207 m_cachedBlocks[i].pNext = nullptr;
308 ArenaBlock* pPotentialBlock = nullptr;
309 ArenaBlock* pPotentialPrev = nullptr;
334 pBlock = nullptr;
382 return nullptr;
    [all...]
ringbuffer.h 36 RingBuffer() : mpRingBuffer(nullptr), mNumEntries(0), mRingHead(0), mRingTail(0) {}
48 SWR_ASSERT(mpRingBuffer != nullptr);
55 mpRingBuffer = nullptr;
knobs_init.h 41 char* pStopped = nullptr;
69 char* pStopped = nullptr;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
context.cpp 79 return { nullptr, 0 };
83 return { nullptr, 0 };
91 return { nullptr, 0 };
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_dxgi_screen.cpp 116 return nullptr;
121 return nullptr;
128 return nullptr;
135 return nullptr;
150 return nullptr;
d3d12_dxcore_screen.cpp 65 IDXCoreAdapter *adapter = nullptr;
72 IDXCoreAdapterList *list = nullptr;
138 return nullptr;
143 return nullptr;
150 return nullptr;
164 return nullptr;
174 return nullptr;
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/tests/
wgl_tests.cpp 45 HWND _window = nullptr;
46 HDC _hdc = nullptr;
47 HGLRC _hglrc = nullptr;
66 if (_window == nullptr)
122 ASSERT_NE(strstr(version, "Mesa"), nullptr); local
159 info_queue->GetMessage(i, nullptr, &message_size);
181 if (FAILED(D3D12CreateDevice(nullptr, D3D_FEATURE_LEVEL_11_0, IID_PPV_ARGS(&info_queue))) ||
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/tests/
virgl_staging_mgr_test.cpp 173 ASSERT_NE(out_resource[i], nullptr);
206 ASSERT_NE(out_resource[0], nullptr);
215 ASSERT_NE(out_resource[1], nullptr);
238 ASSERT_NE(out_resource[0], nullptr);
247 ASSERT_NE(out_resource[1], nullptr);
272 ASSERT_NE(out_resource[0], nullptr);
282 ASSERT_NE(out_resource[1], nullptr);
303 ASSERT_NE(out_resource, nullptr);
343 EXPECT_EQ(out_resource, nullptr);
344 EXPECT_EQ(map_ptr, nullptr);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-port.cc 228 devctl(fd, DCMD_PROC_INFO, &process_info, sizeof(process_info), nullptr);
242 int status = getprocs64(&entry, sizeof(entry), nullptr, 0, &pid, 1);
260 nullptr,
320 return handle_ != nullptr && handle_ != INVALID_HANDLE_VALUE;
324 : event_(::CreateEvent(nullptr, // Default security attributes.
327 nullptr)) { // Anonymous event.
328 GTEST_CHECK_(event_.Get() != nullptr);
354 critical_section_ = nullptr;
472 nullptr, // Default security.
478 GTEST_CHECK_(thread_handle != nullptr)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_loader.cpp 68 SWR_ASSERT(screen->pfnSwrGetInterface != nullptr);
69 SWR_ASSERT(screen->pfnSwrGetTileInterface != nullptr);
70 SWR_ASSERT(pInitFunc != nullptr);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/
eventmanager.h 60 SWR_ASSERT(pHandler != nullptr);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/archrast/
eventmanager.h 60 SWR_ASSERT(pHandler != nullptr);
  /xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/
Backtrace.h 127 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = nullptr);
132 virtual bool Unwind(size_t num_ignore_frames, void* context = nullptr) = 0;
136 std::vector<std::string>* skip_names, BacktraceUnwindError* error = nullptr);
142 const backtrace_map_t* map = nullptr);
167 return nullptr;

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 9