/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_fetch.cpp | 45 m_src(src), in FetchInstruction() 72 add_remappable_src_value(&m_src); 106 m_src(src), in FetchInstruction() 122 add_remappable_src_value(&m_src); in FetchInstruction() 138 m_src(src), in FetchInstruction() 157 add_remappable_src_value(&m_src); 174 m_src(src), in FetchInstruction() 191 add_remappable_src_value(&m_src); 221 m_src.reset(new GPRValue(0,0)); 225 m_src = src; [all …]
|
D | sfn_instruction_alu.cpp | 42 m_src(alu_ops.at(opcode).nsrc), in AluInstruction() 60 m_src.swap(src); in AluInstruction() 67 for (auto &s: m_src) in AluInstruction() 105 if (m_src.size() != oth.m_src.size()) in is_equal_to() 108 for (unsigned i = 0; i < m_src.size(); ++i) in is_equal_to() 109 if (*m_src[i] != *oth.m_src[i]) { in is_equal_to() 121 for (auto& s: m_src) { in replace_values() 151 return m_src.size(); in n_sources() 162 for (unsigned i = 0; i < m_src.size(); ++i) { in do_print() 170 m_src[i]->print(os, Value::PrintFlags(0, pflags)); in do_print()
|
D | sfn_emitaluinstruction.cpp | 222 m_src[i][c] = from_nir(instr.src[i], c); in preload_src() 223 sfn_log << SfnLog::reg << " " << *m_src[i][c]; in preload_src() 229 m_src[1][3] = from_nir(instr.src[1], 3); in preload_src() 230 sfn_log << SfnLog::reg << " extra:" << *m_src[1][3] << "\n"; in preload_src() 312 PValue& src = m_src[i][0]; in split_constants() 337 ir = new AluInstruction(op1_mov, v[k], m_src[idx[i]][k], {write}); in split_constants() 339 m_src[idx[i]][k] = v[k]; in split_constants() 357 m_src[0][i], write); in emit_alu_inot() 372 m_src[0][i], write); in emit_alu_op1() 401 m_src[0][i], true); in emit_mov() [all …]
|
D | sfn_instruction_alu.h | 109 Value& src(unsigned i) const {assert(i < m_src.size() && m_src[i]); return *m_src[i];} in src() 110 PValue *psrc(unsigned i) {assert(i < m_src.size()); return &m_src[i];} in psrc() 134 std::vector<PValue> m_src; variable
|
D | sfn_instruction_gds.h | 48 if (!m_src) in src_sel() 51 assert(m_src->type() == Value::gpr); in src_sel() 52 return m_src->sel(); in src_sel() 59 assert(m_src->type() == Value::gpr); in src2_chan() 60 return m_src->chan(); in src2_chan() 92 PValue m_src; variable
|
D | sfn_instruction_gds.cpp | 36 m_src(value), in GDSInstr() 46 add_remappable_src_value(&m_src); 81 if (m_src) in do_print() 82 os << " " << *m_src; in do_print()
|
D | sfn_instruction_tex.cpp | 38 m_src(src), in TexInstruction() 49 add_remappable_src_value(&m_src); 63 if (*c == *m_src.reg_i(c->chan())) in replace_values() 64 m_src.set_reg_i(c->chan(), new_value); in replace_values() 88 m_src == r.m_src && in is_equal_to() 100 os << " " << m_src in do_print()
|
D | sfn_instruction_tex.h | 78 const GPRVector& src() const {return m_src;} in src() 127 GPRVector m_src; variable
|
D | sfn_instruction_fetch.h | 89 const Value& src() const { return *m_src;} in src() 148 PValue m_src; variable
|
D | sfn_emitaluinstruction.h | 105 std::array<PValue, 4> m_src[4]; variable
|
/third_party/boost/boost/test/utils/iterator/ |
D | token_iterator.hpp | 298 : m_src( src ) in basic_string_token_iterator() 309 : m_src( src ) in basic_string_token_iterator() 322 typename cstring::iterator begin = m_src.begin(); in get() 323 bool res = base::get( begin, m_src.end() ); in get() 325 m_src.assign( begin, m_src.end() ); in get() 331 cstring m_src; member in boost::unit_test::utils::basic_string_token_iterator
|
/third_party/boost/boost/graph/ |
D | adjacency_matrix.hpp | 157 : super_t(i), m_src(src), m_targ(0), m_n(n) in dir_adj_matrix_out_edge_iter() 169 return EdgeDescriptor(get_edge_exists(*this->base(), 0), m_src, in dereference() 172 VertexDescriptor m_src, m_targ; member 198 : super_t(i), m_last(last), m_src(0), m_targ(tgt), m_n(n) in dir_adj_matrix_in_edge_iter() 207 ++m_src; in increment() 217 return EdgeDescriptor(get_edge_exists(*this->base(), 0), m_src, in dereference() 221 VertexDescriptor m_src, m_targ; member 247 : super_t(i), m_src(src), m_inc(src), m_targ(0), m_n(n) in undir_adj_matrix_out_edge_iter() 253 if (m_targ < m_src) // first half in increment() 264 this->base_reference() += m_n - m_src; in increment() [all …]
|
/third_party/boost/boost/python/converter/ |
D | arg_to_python.hpp | 86 object_manager_arg_to_python(T const& x) : m_src(x) {} in object_manager_arg_to_python() 90 return python::upcast<PyObject>(get_managed_object(m_src, tag)); in get() 94 T const& m_src; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 2588 prepareSrcPxls(test_case.m_src, test_case.m_dst.m_internal_format, src_pixels); in iterate() 2593 if (GL_RENDERBUFFER == test_case.m_src.m_target) in iterate() 2595 targetDesc desc = test_case.m_src; in iterate() 2598 m_rb_name = prepareTexture(test_case.m_src, (const GLubyte**)src_pixels, m_src_buf_name); in iterate() 2603 m_src_tex_name = prepareTexture(test_case.m_src, (const GLubyte**)src_pixels, m_src_buf_name); in iterate() 2710 const bool is_src_multi_layer = Utils::isTargetMultilayer(test_case.m_src.m_target); in copyAndVerify() 2747 gl.copyImageSubData(m_src_tex_name, test_case.m_src.m_target, test_case.m_src.m_level, in copyAndVerify() 2755 gl.copyImageSubData(m_src_tex_name, GL_TEXTURE_2D, test_case.m_src.m_level, test_case.m_src_x, in copyAndVerify() 2756 test_case.m_src_y, src_layer, m_rb_name, test_case.m_src.m_target, in copyAndVerify() 2757 test_case.m_src.m_level, test_case.m_src_x, test_case.m_src_y, src_layer, in copyAndVerify() [all …]
|
D | gl4cCopyImageTests.hpp | 121 targetDesc m_src; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 3414 const RenderTarget m_src; member in deqp::gles31::Functional::__anon837b0aef0111::BlitFboCase 3430 , m_src (src) in BlitFboCase() 3454 << ((m_src == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init() 3471 if (m_src == TARGET_FBO) in init() 3552 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init() 3565 if (m_src == TARGET_DEFAULT && defaultFBMultisampled) in init() 3651 if (m_src == TARGET_DEFAULT || m_iteration == 0) in iterate() 3673 …gl.bindFramebuffer(GL_READ_FRAMEBUFFER, (m_src == TARGET_FBO) ? (**m_srcFbo) : (m_context.getRende… in iterate() 3748 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().g… in fillSourceWithPattern() 3751 …gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, (m_src == TARGET_FBO) ? (**m_srcFbo) : (m_context.getRende… in fillSourceWithPattern()
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 140 : super_t(i), m_src(src) in out_edge_iter() 146 return EdgeDescriptor(m_src, (*this->base()).get_target(), in dereference() 149 VertexDescriptor m_src; member 166 : super_t(i), m_src(src) in in_edge_iter() 172 return EdgeDescriptor((*this->base()).get_target(), m_src, in dereference() 175 VertexDescriptor m_src; member
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 261 : m_src (src) in BitAccessStream() 282 return m_forward ? m_src.getBits(m_startNdxInSrc + low, m_startNdxInSrc + high) in getNext() 283 : reverseBits(m_src.getBits(m_startNdxInSrc - high, m_startNdxInSrc - low), numBitsFromSrc); in getNext() 287 const Block128& m_src; member in tcu::astc::__anon734a9f040111::BitAccessStream
|