/third_party/vk-gl-cts/framework/common/ |
D | tcuVector.hpp | 50 int m_index[Size]; member in tcu::VecAccess 58 m_index[0] = x; in VecAccess() 59 m_index[1] = y; in VecAccess() 67 m_index[0] = x; in VecAccess() 68 m_index[1] = y; in VecAccess() 69 m_index[2] = z; in VecAccess() 77 m_index[0] = x; in VecAccess() 78 m_index[1] = y; in VecAccess() 79 m_index[2] = z; in VecAccess() 80 m_index[3] = w; in VecAccess() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_mem.h | 143 const auto& addr() const { return m_index;} in addr() 144 auto& addr() { return m_index;} in addr() 147 int index_gpr() const {return m_index.sel();} in index_gpr() 188 RegisterVec4 m_index; variable
|
D | sfn_virtualvalues.h | 179 int index() const {return m_index;} in index() 180 void set_index(int idx) {m_index = idx;} in set_index() 198 int m_index{-1};
|
D | sfn_valuefactory.h | 55 int m_index{-1}; 61 os << *m_register << "(" << m_index << ", " << m_color << ") [" in print()
|
D | sfn_instr.h | 115 int index() const { return m_index;} in index() 146 int m_index; variable
|
D | sfn_instr_mem.cpp | 329 m_index(index), in RatInstr() 339 m_index.add_use(this); in RatInstr() 373 m_index.ready(block_id(), index()); in do_ready() 381 os << " @" << m_index; in do_print()
|
D | sfn_instr.cpp | 47 m_index(std::numeric_limits<int>::max()) in Instr() 178 m_index = index; in set_blockid()
|
D | sfn_instr_export.h | 170 unsigned ncomp, PRegister m_index);
|
/third_party/python/Include/ |
D | moduleobject.h | 47 Py_ssize_t m_index; member
|
/third_party/python/Python/ |
D | pystate.c | 702 Py_ssize_t index = module->m_base.m_index; in PyState_FindModule() 740 while (PyList_GET_SIZE(interp->modules_by_index) <= def->m_base.m_index) { in _PyState_AddModule() 748 def->m_base.m_index, module); in _PyState_AddModule() 761 Py_ssize_t index = def->m_base.m_index; in PyState_AddModule() 785 Py_ssize_t index = def->m_base.m_index; in PyState_RemoveModule()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 5904 << ". Index: " << descriptor->m_index << tcu::TestLog::EndMessage; in test() 6101 if (bufferDescriptor::m_non_indexed != desc.m_index) in test() 6103 buffer.BindBase(desc.m_index); in test() 20432 uniform.m_index = i; in test() 20433 xfb.m_index = i; in test() 20466 uniform.m_index = n_stages; in test() 20691 uniform.m_index = 0; in test() 20692 xfb_0.m_index = 0; in test() 20693 xfb_1.m_index = 1; in test() 20729 uniform.m_index = 0; in test() [all …]
|
D | gl4cShaderImageLoadStoreTests.cpp | 9033 imageUniformDeclaration(GLuint index) : m_index(index) in imageUniformDeclaration() 9037 GLuint m_index; member 9050 getImageUniformDeclarationDetails(declaration.m_index, format_details); in operator <<() 9055 ImageLoadStoreMultipleUniformsTest::writeImageUniformNameToStream(stream, declaration.m_index); in operator <<() 9064 imageLoadCall(GLuint index) : m_index(index) in imageLoadCall() 9068 GLuint m_index; member 9082 getImageUniformDeclarationDetails(load.m_index, format_details); in operator <<() 9087 writeLoadedValueVariableNameToStream(stream, load.m_index); in operator <<() 9091 writeImageUniformNameToStream(stream, load.m_index); in operator <<() 9095 writeCoordinatesVariableNameToStream(stream, load.m_index, 0 /* row */); in operator <<() [all …]
|
D | gl4cEnhancedLayoutsTests.hpp | 1061 glw::GLuint m_index; member
|
/third_party/python/Objects/ |
D | moduleobject.c | 51 if (def->m_base.m_index == 0) { in PyModuleDef_Init() 55 def->m_base.m_index = max_module_number; in PyModuleDef_Init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 79 : m_prefix(prefix), m_name(name), m_index(index) in var2str() 86 const glw::GLchar* m_index; member 849 if (0 != var.m_index) in operator <<() 851 stream << "[" << var.m_index << "]"; in operator <<()
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 1442 std::size_t m_index; member in Catch::ReusableStringStream 13783 : m_index( Singleton<StringStreams>::getMutable().add() ), in ReusableStringStream() 13784 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() ) in ReusableStringStream() 13790 Singleton<StringStreams>::getMutable().release( m_index ); in ~ReusableStringStream()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 2716 …<var-decl name='m_index' type-id='type-id-44' visibility='default' filepath='../../../gcc/libofflo…
|