Searched refs:shared_ptr (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_conditionaljumptracker.cpp39 using std::shared_ptr;
58 using PStackFrame = shared_ptr<StackFrame>;
H A Dsfn_instruction_base.h99 typedef std::shared_ptr<Instruction> Pointer;
H A Dsfn_shaderio.h68 using PShaderInput = std::shared_ptr<ShaderInput>;
H A Dsfn_value_gpr.h73 using PGPRValue = std::shared_ptr<GPRValue>;
124 using Pointer = std::shared_ptr<GPRArray>;
H A Dsfn_instruction_cf.h57 std::shared_ptr<AluInstruction> m_pred;
H A Dsfn_value.h42 using Pointer=std::shared_ptr<Value>;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dlazy.hpp68 mutable std::shared_ptr<F> f;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Ddevice.hpp119 lazy<std::shared_ptr<nir_shader>> clc_nir;
H A Ddevice.cpp172 clc_nir = lazy<std::shared_ptr<nir_shader>>([&] () { std::string log; return std::shared_ptr<nir_shader>(nir::load_libclc_nir(*this, log), ralloc_free); });
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dlazy.hpp68 mutable std::shared_ptr<F> f;
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.h55 std::shared_ptr<struct clc_binary> obj;
56 std::shared_ptr<struct clc_parsed_spirv> metadata;
57 std::shared_ptr<struct clc_dxil_object> dxil;
185 new_shader.obj = std::shared_ptr<clc_binary>(new clc_binary{}, [](clc_binary *spirv)
H A Dcompute_test.cpp493 std::shared_ptr<struct clc_dxil_object> &dxil = shader.dxil;
814 shader.obj = std::shared_ptr<clc_binary>(new clc_binary(spirv), [](clc_binary *spirv)
845 shader.obj = std::shared_ptr<clc_binary>(new clc_binary(spirv), [](clc_binary *spirv)
865 shader.obj = std::shared_ptr<clc_binary>(new clc_binary{}, [](clc_binary *spirv)
884 shader.metadata = std::shared_ptr<clc_parsed_spirv>(new clc_parsed_spirv{}, [](clc_parsed_spirv *metadata)
893 shader.dxil = std::shared_ptr<clc_dxil_object>(new clc_dxil_object{}, [](clc_dxil_object *dxil)
/xsrc/external/mit/MesaLib/dist/include/android_stub/backtrace/
H A DBacktraceMap.h122 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() { return nullptr; }
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h197 std::shared_ptr<const ParamGeneratorInterface<T> > impl_;
511 tests_.push_back(std::shared_ptr<TestInfo>(
532 std::shared_ptr<TestInfo> test_info = *test_it;
599 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >;
858 std::shared_ptr<ParamType> current_value_;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h287 LLVMValueRef shared_ptr; member in struct:lp_build_tgsi_params
540 LLVMValueRef shared_ptr; member in struct:lp_build_tgsi_soa_context
H A Dlp_bld_nir.h234 LLVMValueRef shared_ptr; member in struct:lp_build_nir_soa_context
H A Dlp_bld_nir_soa.c1076 mem_ptr = bld->shared_ptr;
1163 mem_ptr = bld->shared_ptr;
1236 mem_ptr = bld->shared_ptr;
2524 bld.shared_ptr = params->shared_ptr;
H A Dlp_bld_tgsi_soa.c3503 scalar_ptr = is_shared ? bld->shared_ptr : bld->ssbos[buf];
3622 scalar_ptr = is_shared ? bld->shared_ptr : bld->ssbos[buf];
3818 scalar_ptr = bld->shared_ptr;
4456 bld.shared_ptr = params->shared_ptr;
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-port.cc558 std::shared_ptr<ThreadLocalValueHolderBase>(
567 std::vector<std::shared_ptr<ThreadLocalValueHolderBase> > value_holders;
595 std::vector<std::shared_ptr<ThreadLocalValueHolderBase> > value_holders;
622 std::shared_ptr<ThreadLocalValueHolderBase> >
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-matchers.h315 std::shared_ptr<const MatcherInterface<const T&>> impl_;
322 // implementation of Matcher<T> is just a std::shared_ptr to const
664 const std::shared_ptr<const RE> regex_;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c321 LLVMValueRef shared_ptr; local in function:generate_compute
333 shared_ptr = lp_jit_cs_thread_data_shared(gallivm, thread_data_ptr);
423 params.shared_ptr = shared_ptr;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp409 std::shared_ptr<nir_shader> nir = dev.clc_nir;

Completed in 38 milliseconds