/external/deqp/framework/randomshaders/ |
D | rsgToken.cpp | 32 : m_type(IDENTIFIER) in Token() 41 if (m_type == IDENTIFIER) in ~Token() 47 if (m_type == IDENTIFIER) in operator =() 53 m_type = other.m_type; in operator =() 55 if (m_type == IDENTIFIER) in operator =() 61 else if (m_type == FLOAT_LITERAL) in operator =() 63 else if (m_type == INT_LITERAL) in operator =() 65 else if (m_type == BOOL_LITERAL) in operator =() 72 : m_type(TYPE_LAST) in Token() 79 if (m_type != other.m_type) in operator !=() [all …]
|
D | rsgVariableType.hpp | 67 : m_type(DE_NULL) in Member() 73 : m_type(new VariableType(type)) in Member() 80 delete m_type; in ~Member() 84 : m_type(DE_NULL) in Member() 87 if (other.m_type) in Member() 88 m_type = new VariableType(*other.m_type); in Member() 96 delete m_type; in operator =() 98 m_type = DE_NULL; in operator =() 101 if (other.m_type) in operator =() 102 m_type = new VariableType(*other.m_type); in operator =() [all …]
|
D | rsgVariableValue.hpp | 77 …StridedValueRead (const VariableType& type, const Scalar* value) : m_type(type), m_value(value) {} in StridedValueRead() 79 const VariableType& getType (void) const { return m_type; } in getType() 83 const VariableType& m_type; member in rsg::StridedValueRead 91 ConstStridedValueAccess (void) : m_type(DE_NULL), m_value(DE_NULL) {} in ConstStridedValueAccess() 92 …ConstStridedValueAccess (const VariableType& type, const Scalar* valuePtr) : m_type(&type), m_valu… in ConstStridedValueAccess() 94 const VariableType& getType (void) const { return *m_type; } in getType() 118 const VariableType* m_type; member in rsg::ConstStridedValueAccess 200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {} in ConstValueRangeAccess() 201 …(const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(cons… in ConstValueRangeAccess() 203 const VariableType& getType (void) const { return *m_type; } in getType() [all …]
|
D | rsgToken.hpp | 137 inline bool operator== (Type type) const { return m_type == type; } in operator ==() 138 inline bool operator!= (Type type) const { return m_type != type; } in operator !=() 145 inline Type getType (void) const { return m_type; } in getType() 153 Type m_type; member in rsg::Token 165 : m_type(TYPE_LAST) in Token() 171 : m_type(type) in Token() 177 : m_type(FLOAT_LITERAL) in Token() 183 : m_type(INT_LITERAL) in Token() 189 : m_type(BOOL_LITERAL) in Token() 201 DE_ASSERT(m_type == IDENTIFIER); in getIdentifier() [all …]
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fmparse.cpp | 25 while (m_pToken->m_type == TOKreserver) { in NextToken() 34 if (m_pToken->m_type != op) { in Check() 55 if (m_pToken->m_type == TOKeof || m_pToken->m_type == TOKendfunc || in ParseTopExpression() 56 m_pToken->m_type == TOKendif || m_pToken->m_type == TOKelseif || in ParseTopExpression() 57 m_pToken->m_type == TOKelse || m_pToken->m_type == TOKreserver) { in ParseTopExpression() 61 if (m_pToken->m_type == TOKfunc) { in ParseTopExpression() 86 if (m_pToken->m_type != TOKidentifier) { in ParseFunction() 95 if (m_pToken->m_type == TOKrparen) { in ParseFunction() 99 if (m_pToken->m_type == TOKidentifier) { in ParseFunction() 102 if (m_pToken->m_type == TOKcomma) { in ParseFunction() [all …]
|
D | xfa_lexer.cpp | 157 CXFA_FMToken::CXFA_FMToken() : m_type(TOKreserver), m_uLinenum(1) {} in CXFA_FMToken() 160 : m_type(TOKreserver), m_uLinenum(uLineNum) {} in CXFA_FMToken() 191 p->m_type = TOKeof; in Scan() 208 p->m_type = TOKstring; in Scan() 223 p->m_type = TOKnumber; in Scan() 238 p->m_type = TOKeq; in Scan() 242 p->m_type = TOKassign; in Scan() 256 p->m_type = TOKle; in Scan() 260 p->m_type = TOKne; in Scan() 264 p->m_type = TOKlt; in Scan() [all …]
|
/external/strace/ |
D | mpers.sh | 46 for m_type; do 47 f_h="${BITS_DIR}/${m_type}.h" 48 f_c="${BITS_DIR}/${m_type}.c" 49 f_i="${BITS_DIR}/${m_type}.i" 50 f_o="${BITS_DIR}/${m_type}.o" 51 f_d1="${BITS_DIR}/${m_type}.d1" 52 f_d2="${BITS_DIR}/${m_type}.d2" 54 /DEF_MPERS_TYPE('"${m_type}"')$/n 57 /^#[[:space:]]*include[[:space:]][[:space:]]*MPERS_DEFS$/ {s//'"${m_type} ${VAR_NAME}"';/;q} 60 grep -F -q "${m_type}.h" "${f_i}" ||
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 158 Array::InputType m_type; member in deqp::gles3::Stress::__anon1a6781f10111::SingleVertexArrayStrideGroup 163 , m_type (type) in SingleVertexArrayStrideGroup() 185 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUT… in init() 186 … = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)… in init() 187 …t alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(… in init() 192 …if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_1… in init() 195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 203 GLValue::getMinValue(m_type), in init() 204 GLValue::getMaxValue(m_type)); in init() 263 Array::InputType m_type; member in deqp::gles3::Stress::__anon1a6781f10111::SingleVertexArrayFirstGroup [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 155 Array::InputType m_type; member in deqp::gles3::Functional::SingleVertexArrayStrideGroup 160 , m_type (type) in SingleVertexArrayStrideGroup() 182 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUT… in init() 183 … = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)… in init() 184 …t alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(… in init() 189 …if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_1… in init() 192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 200 GLValue::getMinValue(m_type), in init() 201 GLValue::getMaxValue(m_type)); in init() 260 Array::InputType m_type; member in deqp::gles3::Functional::SingleVertexArrayFirstGroup [all …]
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 142 bool isValid (void) const { return isValidTypePath(m_type, m_path); } in isValid() 143 VarType getType (void) const { return getVarType(m_type, m_path); } in getType() 148 …= (const SubTypeAccess& other) const { return m_path == other.m_path && m_type == other.m_type; } in operator ==() 149 …= (const SubTypeAccess& other) const { return m_path != other.m_path || m_type != other.m_type; } in operator !=() 152 VarType m_type; member in glu::SubTypeAccess 166 …or== (const SubTypeIterator<IsExpanded>& other) const { return m_type == other.m_type && m_path … in operator ==() 167 …or!= (const SubTypeIterator<IsExpanded>& other) const { return m_type != other.m_type || m_path … in operator !=() 172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); } in toStream() 173 …VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end());… in getType() 184 const VarType* m_type; member in glu::SubTypeIterator [all …]
|
D | gluVarType.cpp | 32 : m_type(TYPE_LAST) in VarType() 37 : m_type(TYPE_LAST) in VarType() 43 : m_type(TYPE_BASIC) in VarType() 50 : m_type(TYPE_ARRAY) in VarType() 58 : m_type(TYPE_STRUCT) in VarType() 65 if (m_type == TYPE_ARRAY) in ~VarType() 74 if (m_type == TYPE_ARRAY) in operator =() 77 m_type = other.m_type; in operator =() 80 if (m_type == TYPE_ARRAY) in operator =() 93 switch (m_type) in getScalarSize() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 45 VariablePathComponent (void) :m_type(TYPE_LAST) { } in VariablePathComponent() 46 …VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; } in VariablePathComponent() 47 …VariablePathComponent (const glu::InterfaceBlock* block) :m_type(TYPE_INTERFACEBLOCK) { m_data.bl… in VariablePathComponent() 48 …VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.d… in VariablePathComponent() 50 …PathComponent (const VariablePathComponent& other) : m_data(other.m_data), m_type(other.m_type) { } in VariablePathComponent() 51 …VariablePathComponent& operator= (const VariablePathComponent& other) { m_type = other.m_type… in operator =() 53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType() 54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } in isInterfaceBlock() 55 bool isDeclaration (void) const { return m_type == TYPE_DECLARATION; } in isDeclaration() 80 Type m_type; member in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
|
D | es31fTextureBufferTests.cpp | 141 const QueryType m_type; member in deqp::gles31::Functional::__anonf1739d030411::LimitQueryCase 148 , m_type (type) in LimitQueryCase() 160 verifyStateIntegerMin(result, gl, m_target, m_minValue, m_type); in iterate() 176 const QueryType m_type; member in deqp::gles31::Functional::__anonf1739d030411::AlignmentQueryCase 183 , m_type (type) in AlignmentQueryCase() 195 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type); in iterate() 209 const QueryType m_type; member in deqp::gles31::Functional::__anonf1739d030411::TextureBufferBindingQueryCase 214 , m_type (type) in TextureBufferBindingQueryCase() 231 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, 0, m_type); in iterate() 244 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, buffer, m_type); in iterate() [all …]
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 699 const QueryType m_type; member in deqp::gls::TextureStateQueryTests::__anonc22dbc7d0111::TextureTest 714 , m_type (type) in TextureTest() 732 if (!isCoreQuery(m_renderCtx.getType(), m_type)) in init() 733 extensions.add(getQueryExtension(m_renderCtx.getType(), m_type)); in init() 832 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 843 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 847 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 851 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 855 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 865 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() [all …]
|
D | glsAttributeLocationTests.hpp | 102 const AttribType getType (void) const { return m_type; } in getType() 109 AttribType m_type; member in deqp::gls::AttributeLocationTestUtil::Attribute 146 const AttribType m_type; member in deqp::gls::BindAttributeTest 165 const AttribType m_type; member in deqp::gls::BindMaxAttributesTest 184 const AttribType m_type; member in deqp::gls::BindAliasingAttributeTest 203 const AttribType m_type; member in deqp::gls::BindMaxAliasingAttributeTest 221 const AttribType m_type; member in deqp::gls::BindInactiveAliasingAttributeTest 239 const AttribType m_type; member in deqp::gls::BindHoleAttributeTest 311 const AttribType m_type; member in deqp::gls::LocationAttributeTest 329 const AttribType m_type; member in deqp::gls::LocationMaxAttributesTest [all …]
|
D | glsUniformBlockCase.hpp | 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() 82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() 83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 105 Type m_type; member in deqp::gls::ub::VarType 128 …StructMember (const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type),… in StructMember() 132 const VarType& getType (void) const { return m_type; } in getType() 137 VarType m_type; member in deqp::gls::ub::StructMember 170 const VarType& getType (void) const { return m_type; } in getType() 175 VarType m_type; member in deqp::gls::ub::Uniform
|
D | glsAttributeLocationTests.cpp | 672 : m_type (type) in Attribute() 810 , m_type (type) in BindAttributeTest() 822 …attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize… in iterate() 835 , m_type (type) in BindMaxAttributesTest() 852 …c = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElement… in iterate() 854 …attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_… in iterate() 871 , m_type (type) in BindAliasingAttributeTest() 884 attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond("A", true), m_arraySize)); in iterate() 899 , m_type (type) in BindMaxAliasingAttributeTest() 916 …for (int loc = maxAttributes - arrayElementCount * m_type.getLocationSize(); loc >= 0; loc -= m_ty… in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTexture.cpp | 38 switch (m_type) in checkInvariants() 86 , m_type (imageType) in Texture() 95 , m_type (other.m_type) in Texture() 104 switch (m_type) in size() 128 switch (m_type) in dimension() 152 switch (m_type) in layerDimension()
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_color.cpp | 9 CFX_Color::CFX_Color() : m_type(FX_COLOR_None) {} in CFX_Color() 24 m_type = FX_COLOR_None; in ~CFX_Color() 28 m_type = FX_COLOR_Solid; in Set() 36 m_type = FX_COLOR_Pattern; in Set() 44 m_type = FX_COLOR_Shading; in Set()
|
D | cfx_graphics.cpp | 102 : m_type(FX_CONTEXT_None), m_renderDevice(renderDevice) { in CFX_Graphics() 105 m_type = FX_CONTEXT_Device; in CFX_Graphics() 111 if (m_type != FX_CONTEXT_Device || !m_renderDevice) in SaveGraphState() 119 if (m_type != FX_CONTEXT_Device || !m_renderDevice) in RestoreGraphState() 132 if (m_type == FX_CONTEXT_Device && m_renderDevice) { in SetLineCap() 144 if (m_type == FX_CONTEXT_Device && m_renderDevice) { in SetLineDash() 158 if (m_type == FX_CONTEXT_Device && m_renderDevice) in SetLineDash() 163 if (m_type == FX_CONTEXT_Device && m_renderDevice) { in SetLineWidth() 172 if (m_type == FX_CONTEXT_Device && m_renderDevice) { in SetStrokeColor() 180 if (m_type == FX_CONTEXT_Device && m_renderDevice) { in SetFillColor() [all …]
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_sunras.cpp | 109 m_type = (SunRasType)m_strm.GetDWord(); in ReadHeader() 115 (m_type == RAS_OLD || m_type == RAS_STANDARD || in ReadHeader() 116 (m_type == RAS_BYTE_ENCODED && m_bpp == 8) || m_type == RAS_FORMAT_RGB) && in ReadHeader() 207 if( m_type != RAS_BYTE_ENCODED ) in ReadData() 276 if( m_type != RAS_BYTE_ENCODED ) in ReadData() 362 if( m_type == RAS_FORMAT_RGB ) in ReadData() 368 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in ReadData() 383 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in ReadData() 386 m_type == RAS_FORMAT_RGB ? 2 : 0 ); in ReadData()
|
D | grfmt_exr.cpp | 186 m_type = (chcnt == uintcnt) ? UINT : FLOAT; in ReadHeader() 188 m_isfloat = (m_type == FLOAT); in ReadHeader() 231 frame.insert( "BY", Slice( m_type, in ReadData() 238 frame.insert( "Y", Slice( m_type, in ReadData() 245 frame.insert( "RY", Slice( m_type, in ReadData() 254 frame.insert( "Y", Slice( m_type, in ReadData() 257 frame.insert( "Y", Slice( m_type, in ReadData() 260 frame.insert( "Y", Slice( m_type, in ReadData() 270 frame.insert( "Y", Slice( m_type, in ReadData() 280 frame.insert( "B", Slice( m_type, in ReadData() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.hpp | 83 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() 84 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() 85 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 107 Type m_type; member in vkt::ubo::VarType 131 : m_name(name), m_type(type), m_flags(flags) in StructMember() 138 const VarType& getType (void) const { return m_type; } in getType() 143 VarType m_type; member in vkt::ubo::StructMember 177 const VarType& getType (void) const { return m_type; } in getType() 182 VarType m_type; member in vkt::ubo::Uniform
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 97 : m_type(type), in CPDF_MeshStream() 121 if (ShouldCheckBPC(m_type)) { in Load() 129 if (ShouldCheckBitsPerFlag(m_type) && !IsValidBitsPerFlag(m_nFlagBits)) in Load() 150 if (ShouldCheckBPC(m_type)) { in Load() 170 ASSERT(ShouldCheckBitsPerFlag(m_type)); in ReadFlag() 175 ASSERT(ShouldCheckBPC(m_type)); in ReadCoords() 195 ASSERT(ShouldCheckBPC(m_type)); in ReadColor()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 173 NumericValue (void) : m_type(TYPE_EMPTY) {} in NumericValue() 174 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; } in NumericValue() 175 NumericValue (double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; } in NumericValue() 177 Type getType (void) const { return m_type; } in getType() 182 Type m_type; member in xe::ri::NumericValue 198 Type getType (void) const { return m_type; } in getType() 201 Item (Type type) : m_type(type) {} in Item() 207 Type m_type; member in xe::ri::Item
|