/third_party/vk-gl-cts/framework/randomshaders/ |
H A 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_LAS in Token() [all...] |
H A 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 =() 127 VariableType* m_type; global() member in rsg::VariableType::Member [all...] |
H A 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_value(const_cast<Scalar*>(valuePtr)) {} 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 ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(const_cast<Scalar*>(minVal)), m_max(const_cast<Scalar*>(maxVal)) {} in ConstValueRangeAccess() 203 const VariableType& getType (void) const { return *m_type; } in getType() 218 const VariableType* m_type; global() member in rsg::ConstValueRangeAccess 304 VariableType m_type; global() member in rsg::ValueRange [all...] |
H A 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 in getIdentifier() [all...] |
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sVertexArrayTests.cpp | 158 Array::InputType m_type; member in deqp::gles3::Stress::__anon30804::SingleVertexArrayStrideGroup 163 , m_type (type) in SingleVertexArrayStrideGroup() 185 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10; in init() 186 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]); in init() 187 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type)); in init() 192 if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4) in init() 195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 263 Array::InputType m_type; global() member in deqp::gles3::Stress::__anon30804::SingleVertexArrayFirstGroup 367 Array::InputType m_type; global() member in deqp::gles3::Stress::__anon30804::SingleVertexArrayOffsetGroup [all...] |
/third_party/json/include/nlohmann/detail/conversions/ |
H A D | to_json.hpp | 37 * j.m_value.destroy(j.m_type) to avoid a memory leak in case j contains an 50 j.m_value.destroy(j.m_type); 51 j.m_type = value_t::boolean; 63 j.m_value.destroy(j.m_type); in construct() 64 j.m_type = value_t::string; in construct() 72 j.m_value.destroy(j.m_type); in construct() 73 j.m_type = value_t::string; in construct() 83 j.m_value.destroy(j.m_type); in construct() 84 j.m_type = value_t::string; in construct() 96 j.m_value.destroy(j.m_type); in construct() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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::INPUTTYPE_INT_2_10_10_10; in init() 183 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]); in init() 184 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type)); in init() 189 if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4) in init() 192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, in init() 260 Array::InputType m_type; global() member in deqp::gles3::Functional::SingleVertexArrayFirstGroup 364 Array::InputType m_type; global() member in deqp::gles3::Functional::SingleVertexArrayOffsetGroup 464 Array::InputType m_type; global() member in deqp::gles3::Functional::SingleVertexArrayNormalizeGroup 556 Array::InputType m_type; global() member in deqp::gles3::Functional::SingleVertexArrayOutputTypeGroup [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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.block = block; } in VariablePathComponent() 48 VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.declaration = decl; } in VariablePathComponent() 50 VariablePathComponent (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; m_data = other.m_data; return *this; } in operator =() 53 bool isVariableType (void) const { return m_type == TYPE_TYPE; } in isVariableType() 54 bool isInterfaceBlock (void) const { return m_type in isVariableType() 80 Type m_type; global() member in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent [all...] |
H A D | es31fTextureBufferTests.cpp | 150 const QueryType m_type; member in deqp::gles31::Functional::__anon30934::LimitQueryCase 157 , m_type (type) in LimitQueryCase() 169 verifyStateIntegerMin(result, gl, m_target, m_minValue, m_type); in iterate() 185 const QueryType m_type; member in deqp::gles31::Functional::__anon30934::AlignmentQueryCase 192 , m_type (type) in AlignmentQueryCase() 204 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type); in iterate() 218 const QueryType m_type; member in deqp::gles31::Functional::__anon30934::TextureBufferBindingQueryCase 223 , m_type (type) in TextureBufferBindingQueryCase() 240 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, 0, m_type); in iterate() 253 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, buffer, m_type); in iterate() 277 const QueryType m_type; global() member in deqp::gles31::Functional::__anon30934::TextureBindingBufferQueryCase 336 const QueryType m_type; global() member in deqp::gles31::Functional::__anon30934::TextureBufferDataStoreQueryCase 407 const QueryType m_type; global() member in deqp::gles31::Functional::__anon30934::TextureBufferOffsetQueryCase 488 const QueryType m_type; global() member in deqp::gles31::Functional::__anon30934::TextureBufferSizeQueryCase [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 763 const QueryType m_type; member in deqp::gls::TextureStateQueryTests::__anon31012::TextureTest 778 , m_type (type) in TextureTest() 796 if (!isCoreQuery(m_renderCtx.getType(), m_type)) in init() 797 extensions.add(getQueryExtension(m_renderCtx.getType(), m_type)); in init() 896 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 907 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 911 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 915 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 919 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_DEPTH_COMPONENT, m_type); in test() 929 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type); in test() 1887 const QueryType m_type; global() member in deqp::gls::TextureStateQueryTests::__anon31012::SamplerTest [all...] |
H A 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 347 const AttribType m_type; global() member in deqp::gls::LocationHoleAttributeTest 365 const AttribType m_type; global() member in deqp::gls::MixedAttributeTest 383 const AttribType m_type; global() member in deqp::gls::MixedMaxAttributesTest 401 const AttribType m_type; global() member in deqp::gls::MixedHoleAttributeTest 433 const AttribType m_type; global() member in deqp::gls::BindRelinkHoleAttributeTest 451 const AttribType m_type; global() member in deqp::gls::MixedRelinkHoleAttributeTest [all...] |
H A 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), m_flags(flags) {} 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
|
H A 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 for (int loc = maxAttributes - (arrayElementCount * m_type.getLocationSize()); loc >= 0; loc -= (arrayElementCount * m_type.getLocationSize())) in iterate() 854 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize)); 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 (typ in BindMaxAliasingAttributeTest() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluVarType.cpp | 32 : m_type(VARTYPE_LAST) in VarType() 37 : m_type(VARTYPE_LAST) in VarType() 43 : m_type(VARTYPE_BASIC) in VarType() 50 : m_type(VARTYPE_ARRAY) in VarType() 58 : m_type(VARTYPE_STRUCT) in VarType() 65 if (m_type == VARTYPE_ARRAY) in ~VarType() 74 VarType *oldElementType = m_type == VARTYPE_ARRAY ? m_data.array.elementType : DE_NULL; in operator =() 76 m_type = other.m_type; in operator =() 79 if (m_type in operator =() [all...] |
H A 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 bool operator== (const SubTypeAccess& other) const { return m_path == other.m_path && m_type == other.m_type; } in operator ==() 149 bool operator!= (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 172 bool operator== (const SubTypeIterator<IsExpanded>& other) const { return m_type == other.m_type && m_path == other.m_path; } in operator ==() 173 bool operator!= (const SubTypeIterator<IsExpanded>& other) const { return m_type ! in operator ==() 190 const VarType* m_type; global() member in glu::SubTypeIterator [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTexture.cpp | 38 switch (m_type) in checkInvariants() 86 , m_type (imageType) in Texture() 96 , m_type (other.m_type) in Texture() 118 switch (m_type) in layerSize() 144 switch (m_type) 168 switch (m_type) 192 switch (m_type)
|
H A D | vktImageMismatchedFormatsTests.cpp | 232 const TestType m_type; member in vkt::image::__anon28021::MismatchedFormatTest 243 , m_type (type) in MismatchedFormatTest() 255 if (m_type == TestType::SPARSE_READ) in checkSupport() 264 fillImageCreateInfo(imageCreateInfo, m_type, m_format); in checkSupport() 290 if (m_type == TestType::READ) in initPrograms() 303 else if (m_type == TestType::WRITE) in initPrograms() 316 else if (m_type == TestType::SPARSE_READ) in initPrograms() 358 const TestType m_type; member in vkt::image::__anon28021::MismatchedFormatTestInstance 366 , m_type (type) in MismatchedFormatTestInstance() 399 fillImageCreateInfo(imageCreateInfo, m_type, m_forma in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTexture.cpp | 38 switch (m_type) in checkInvariants() 86 , m_type (imageType) in Texture() 96 , m_type (other.m_type) in Texture() 118 switch (m_type) in layerSize() 144 switch (m_type) 168 switch (m_type) 192 switch (m_type)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRobustnessCacheTests.cpp | 131 , m_type (type) in PipelineCacheTestInstance() 143 const RobustnessType m_type; member in vkt::pipeline::__anon28254::PipelineCacheTestInstance 166 if (m_type == VERTEX_INPUT) in draw() 204 if (oob && m_type == IMAGE) in verifyImage() 264 if (m_type == STORAGE) in iterate() 268 else if (m_type == UNIFORM) in iterate() 272 else if (m_type == IMAGE) in iterate() 290 if (m_type == STORAGE || m_type == UNIFORM) in iterate() 292 if (m_type in iterate() 540 const RobustnessType m_type; global() member in vkt::pipeline::__anon28254::PipelineCacheTestCase [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.hpp | 78 return m_type == TYPE_BASIC; in isBasicType() 82 return m_type == TYPE_ARRAY; in isArrayType() 86 return m_type == TYPE_STRUCT; in isStructType() 124 Type m_type; member in deqp::ub::VarType 146 StructMember(const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type), m_flags(flags) in StructMember() 159 return m_type; in getType() 168 VarType m_type; member in deqp::ub::StructMember 225 return m_type; in getType() 234 VarType m_type; member in deqp::ub::Uniform
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_controlflow.cpp | 34 m_type(type) in ControlFlowInstr() 47 return m_type == rhs.m_type; in is_equal_to() 62 switch (m_type) { in do_print() 97 switch (m_type) { in nesting_corr() 108 switch (m_type) { in nesting_offset()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.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::TransformFeedback::VarType 132 , m_type(type) in StructMember() 141 const VarType& getType (void) const { return m_type; } in getType() 146 VarType m_type; member in vkt::TransformFeedback::StructMember 180 const VarType& getType (void) const { return m_type; } in getType() 185 VarType m_type; member in vkt::TransformFeedback::InterfaceBlockMember
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.hpp | 90 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() 91 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() 92 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 115 Type m_type; member in vkt::ubo::VarType 139 : m_name(name), m_type(type), m_flags(flags) in StructMember() 146 const VarType& getType (void) const { return m_type; } in getType() 151 VarType m_type; member in vkt::ubo::StructMember 185 const VarType& getType (void) const { return m_type; } in getType() 190 VarType m_type; member in vkt::ubo::Uniform
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.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::TransformFeedback::VarType 132 , m_type(type) in StructMember() 141 const VarType& getType (void) const { return m_type; } in getType() 146 VarType m_type; member in vkt::TransformFeedback::StructMember 180 const VarType& getType (void) const { return m_type; } in getType() 185 VarType m_type; member in vkt::TransformFeedback::InterfaceBlockMember
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.hpp | 90 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() 91 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() 92 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 115 Type m_type; member in vkt::ubo::VarType 139 : m_name(name), m_type(type), m_flags(flags) in StructMember() 146 const VarType& getType (void) const { return m_type; } in getType() 151 VarType m_type; member in vkt::ubo::StructMember 185 const VarType& getType (void) const { return m_type; } in getType() 190 VarType m_type; member in vkt::ubo::Uniform
|