/external/deqp/modules/glshared/ |
D | glsStateQueryUtil.hpp | 235 enum QueryType enum 385 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw… 386 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type… 387 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType typ… 388 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType t… 389 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type… 390 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType typ… 391 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType … 392 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType … 393 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type… [all …]
|
D | glsStateQueryUtil.cpp | 271 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum… in queryState() 357 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw:… in queryIndexedState() 484 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, gl… in queryAttributeState() 549 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, … in queryFramebufferState() 572 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw:… in queryProgramState() 609 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw… in queryPipelineState() 632 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type,… in queryTextureParamState() 753 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type,… in queryTextureLevelState() 790 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw:… in queryPointerState() 813 void queryObjectState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::… in queryObjectState() [all …]
|
D | glsTextureStateQueryTests.cpp | 90 static bool querySupportsSigned (QueryType type) in querySupportsSigned() 281 static bool isCoreQuery (QueryType query) in isCoreQuery() 293 static RequiredExtensions getQueryExtension (QueryType query) in getQueryExtension() 370 static bool isCoreQuery (QueryType query) in isCoreQuery() 375 static RequiredExtensions getQueryExtension (QueryType query) in getQueryExtension() 480 static bool isCoreQuery (QueryType query) in isCoreQuery() 494 static RequiredExtensions getQueryExtension (QueryType query) in getQueryExtension() 580 static bool isCoreQuery (const glu::ContextType& contextType, QueryType query) in isCoreQuery() 644 static RequiredExtensions getQueryExtension (const glu::ContextType& contextType, QueryType query) in getQueryExtension() 687 QueryType type); [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 393 enum QueryType { 404 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 417 bool isVariadic(QueryType Type = IgnoreBundle) const { 423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 429 bool isPseudo(QueryType Type = IgnoreBundle) const { 433 bool isReturn(QueryType Type = AnyInBundle) const { 437 bool isCall(QueryType Type = AnyInBundle) const { 444 bool isBarrier(QueryType Type = AnyInBundle) const { 453 bool isTerminator(QueryType Type = AnyInBundle) const { 461 bool isBranch(QueryType Type = AnyInBundle) const { [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 441 enum QueryType { 452 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 465 bool isVariadic(QueryType Type = IgnoreBundle) const { 471 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 477 bool isPseudo(QueryType Type = IgnoreBundle) const { 481 bool isReturn(QueryType Type = AnyInBundle) const { 485 bool isCall(QueryType Type = AnyInBundle) const { 492 bool isBarrier(QueryType Type = AnyInBundle) const { 501 bool isTerminator(QueryType Type = AnyInBundle) const { 509 bool isBranch(QueryType Type = AnyInBundle) const { [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Query11.cpp | 22 GLuint64 MergeQueryResults(gl::QueryType type, GLuint64 currentResult, GLuint64 newResult) in MergeQueryResults() 26 case gl::QueryType::AnySamples: in MergeQueryResults() 27 case gl::QueryType::AnySamplesConservative: in MergeQueryResults() 30 case gl::QueryType::TransformFeedbackPrimitivesWritten: in MergeQueryResults() 33 case gl::QueryType::TimeElapsed: in MergeQueryResults() 36 case gl::QueryType::Timestamp: in MergeQueryResults() 39 case gl::QueryType::CommandsCompleted: in MergeQueryResults() 59 Query11::Query11(Renderer11 *renderer, gl::QueryType type) in Query11() 85 ASSERT(getType() == gl::QueryType::Timestamp); in queryCounter() 135 gl::QueryType type = getType(); in pause() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFramebufferDefaultStateQueryTests.cpp | 43 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 57 FramebufferTest (Context& context, QueryType verifier, const char* name, const char* desc); 64 const QueryType m_verifier; 67 FramebufferTest::FramebufferTest (Context& context, QueryType verifier, const char* name, const cha… in FramebufferTest() 109 …FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const cha… 117 FramebufferDimensionTest::FramebufferDimensionTest (Context& context, QueryType verifier, Dimension… in FramebufferDimensionTest() 143 … FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc); 148 FramebufferSamplesTest::FramebufferSamplesTest (Context& context, QueryType verifier, const char* n… in FramebufferSamplesTest() 172 …FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const char* name, const… 177 …leLocationsTest::FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const … in FramebufferFixedSampleLocationsTest() [all …]
|
D | es31fIntegerStateQueryTests.cpp | 53 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 70 …ext, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType); 76 const QueryType m_verifierType; 79 …text, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) in MaxSamplesCase() 102 …ar* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType); 109 const QueryType m_verifierType; 112 …har* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType) in TexBindingCase() 176 …ext, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType); 177 …, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType, gl… 183 const QueryType m_verifierType; [all …]
|
D | es31fIndexedStateQueryTests.cpp | 49 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 80 SampleMaskCase (Context& context, const char* name, const char* desc, QueryType verifierType); 86 const QueryType m_verifierType; 90 SampleMaskCase::SampleMaskCase (Context& context, const char* name, const char* desc, QueryType ver… in SampleMaskCase() 164 …t char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType); 171 const QueryType m_verifierType; 174 …st char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType) in MinValueIndexed3Case() 203 …enum queryTarget, glw::GLenum bufferTarget, glw::GLenum numBindingsTarget, QueryType verifierType); 211 const QueryType m_verifierType; 214 …Lenum queryTarget, glw::GLenum bufferTarget, glw::GLenum numBindingsTarget, QueryType verifierType) in BufferBindingCase() [all …]
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 56 …InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier… 63 const QueryType m_verifier; 67 …lationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestTy… in InterpolationOffsetCase() 107 …polationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier); 114 const QueryType m_verifier; 117 …erpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier) in FragmentInterpolationOffsetBitsCase() 162 QueryType verifier; in init()
|
D | es31fProgramStateQueryTests.cpp | 51 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 90 … GeometryShaderCase (Context& context, QueryType verifier, const char* name, const char* desc); 94 const QueryType m_verifier; 97 GeometryShaderCase::GeometryShaderCase (Context& context, QueryType verifier, const char* name, con… in GeometryShaderCase() 204 …TessellationShaderCase (Context& context, QueryType verifier, const char* name, const char* desc); 208 const QueryType m_verifier; 211 TessellationShaderCase::TessellationShaderCase (Context& context, QueryType verifier, const char* n… in TessellationShaderCase() 334 … ProgramSeparableCase (Context& context, QueryType verifier, const char* name, const char* desc); 338 const QueryType m_verifier; 341 ProgramSeparableCase::ProgramSeparableCase (Context& context, QueryType verifier, const char* name,… in ProgramSeparableCase() [all …]
|
D | es31fVertexAttributeBindingStateQueryTests.cpp | 50 AttributeCase (Context& context, const char* name, const char* desc, QueryType verifier); 56 const QueryType m_verifier; 59 AttributeCase::AttributeCase (Context& context, const char* name, const char* desc, QueryType verif… in AttributeCase() 78 AttributeBindingCase (Context& context, const char* name, const char* desc, QueryType verifier); 82 …se::AttributeBindingCase (Context& context, const char* name, const char* desc, QueryType verifier) in AttributeBindingCase() 153 …AttributeRelativeOffsetCase (Context& context, const char* name, const char* desc, QueryType verif… 157 …ributeRelativeOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier) in AttributeRelativeOffsetCase() 227 IndexedCase (Context& context, const char* name, const char* desc, QueryType verifier); 233 const QueryType m_verifier; 236 IndexedCase::IndexedCase (Context& context, const char* name, const char* desc, QueryType verifier) in IndexedCase() [all …]
|
D | es31fSamplerStateQueryTests.cpp | 39 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 82 static const QueryType scalarVerifiers[] = in init() 89 static const QueryType nonPureVerifiers[] = in init() 94 static const QueryType vectorVerifiers[] = in init() 106 const QueryType verifier = (VERIFIERS)[verifierNdx]; \ in init() 137 QueryType verifier; in init()
|
D | es31fTextureBufferTests.cpp | 134 …ontext& ctx, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type); 141 const QueryType m_type; 144 …ext& context, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type) in LimitQueryCase() 170 …ontext& ctx, const char* name, const char* desc, glw::GLenum target, int maxAlign, QueryType type); 177 const QueryType m_type; 180 …ext& context, const char* name, const char* desc, glw::GLenum target, int maxAlign, QueryType type) in AlignmentQueryCase() 206 … TextureBufferBindingQueryCase (Context& ctx, const char* name, const char* desc, QueryType type); 211 const QueryType m_type; 214 …extureBufferBindingQueryCase (Context& context, const char* name, const char* desc, QueryType type) in TextureBufferBindingQueryCase() 266 … TextureBindingBufferQueryCase (Context& ctx, const char* name, const char* desc, QueryType type); [all …]
|
D | es31fProgramPipelineStateQueryTests.cpp | 45 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 85 ActiveProgramCase (Context& context, QueryType verifier, const char* name, const char* desc); 89 const QueryType m_verifier; 92 ActiveProgramCase::ActiveProgramCase (Context& context, QueryType verifier, const char* name, const… in ActiveProgramCase() 149 …PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw… 153 const QueryType m_verifier; 157 PipelineProgramCase::PipelineProgramCase (Context& context, QueryType verifier, const char* name, c… in PipelineProgramCase() 224 ValidateStatusCase (Context& context, QueryType verifier, const char* name, const char* desc); 228 const QueryType m_verifier; 231 ValidateStatusCase::ValidateStatusCase (Context& context, QueryType verifier, const char* name, con… in ValidateStatusCase() [all …]
|
D | es31fBooleanStateQueryTests.cpp | 43 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 61 …IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* descri… in IsEnabledStateTestCase() 98 const QueryType m_verifier; 117 static const QueryType isEnabledVerifiers[] = in init() 130 const QueryType verifier = (VERIFIERS)[verifierNdx]; \ in init()
|
D | es31fTextureStateQueryTests.cpp | 39 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 84 static const QueryType scalarVerifiers[] = in init() 91 static const QueryType nonPureVerifiers[] = in init() 96 static const QueryType vec4Verifiers[] = in init() 108 const QueryType verifier = (VERIFIERS)[verifierNdx]; \ in init() 164 QueryType verifier; in init()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 21 GLuint64 MergeQueryResults(gl::QueryType type, GLuint64 currentResult, GLuint64 newResult) in MergeQueryResults() 25 case gl::QueryType::AnySamples: in MergeQueryResults() 26 case gl::QueryType::AnySamplesConservative: in MergeQueryResults() 29 case gl::QueryType::TransformFeedbackPrimitivesWritten: in MergeQueryResults() 32 case gl::QueryType::TimeElapsed: in MergeQueryResults() 35 case gl::QueryType::Timestamp: in MergeQueryResults() 38 case gl::QueryType::PrimitivesGenerated: in MergeQueryResults() 52 QueryGL::QueryGL(gl::QueryType type) : QueryImpl(type) {} in QueryGL() 56 StandardQueryGL::StandardQueryGL(gl::QueryType type, in StandardQueryGL() 98 ASSERT(mType == gl::QueryType::Timestamp); in queryCounter() [all …]
|
D | QueryGL.h | 25 QueryGL(gl::QueryType type); 41 StandardQueryGL(gl::QueryType type, const FunctionsGL *functions, StateManagerGL *stateManager); 62 gl::QueryType mType; 76 SyncQueryGL(gl::QueryType type, const FunctionsGL *functions);
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | QueryVk.cpp | 22 QueryVk::QueryVk(gl::QueryType type) in QueryVk() 34 if (getType() != gl::QueryType::TransformFeedbackPrimitivesWritten) in onDestroy() 72 if (getType() == gl::QueryType::TransformFeedbackPrimitivesWritten) in begin() 100 else if (getType() == gl::QueryType::TimeElapsed) in begin() 123 if (getType() == gl::QueryType::TransformFeedbackPrimitivesWritten) in end() 142 else if (getType() == gl::QueryType::TimeElapsed) in end() 156 ASSERT(getType() == gl::QueryType::Timestamp); in queryCounter() 230 case gl::QueryType::AnySamples: in getResult() 231 case gl::QueryType::AnySamplesConservative: in getResult() 235 case gl::QueryType::Timestamp: in getResult() [all …]
|
/external/angle/src/libANGLE/renderer/ |
D | QueryImpl.h | 26 explicit QueryImpl(gl::QueryType type) : mType(type) {} in QueryImpl() 40 gl::QueryType getType() const { return mType; } in getType() 44 bool isAnySamplesQuery() const { return getType() == gl::QueryType::AnySamples; } in isAnySamplesQuery() 48 return getType() == gl::QueryType::AnySamplesConservative; in isAnySamplesConservativeQuery() 52 gl::QueryType mType;
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 1295 QueryType FromGLenum<QueryType>(GLenum from) in FromGLenum() 1300 return QueryType::AnySamples; in FromGLenum() 1302 return QueryType::AnySamplesConservative; in FromGLenum() 1304 return QueryType::CommandsCompleted; in FromGLenum() 1306 return QueryType::PrimitivesGenerated; in FromGLenum() 1308 return QueryType::TimeElapsed; in FromGLenum() 1310 return QueryType::Timestamp; in FromGLenum() 1312 return QueryType::TransformFeedbackPrimitivesWritten; in FromGLenum() 1314 return QueryType::InvalidEnum; in FromGLenum() 1318 GLenum ToGLenum(QueryType from) in ToGLenum() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fSamplerStateQueryTests.cpp | 41 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 56 QueryType verifier = (VERIFIERS)[_verifierNdx]; \ 68 static const QueryType verifiers[] = in init()
|
D | es3fTextureStateQueryTests.cpp | 40 static const char* getVerifierSuffix (QueryType type) in getVerifierSuffix() 55 QueryType verifier = (VERIFIERS)[_verifierNdx]; \ 68 static const QueryType verifiers[] = in init()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Query9.cpp | 20 Query9::Query9(Renderer9 *renderer, gl::QueryType type) in Query9() 128 case gl::QueryType::AnySamples: in testQuery() 129 case gl::QueryType::AnySamplesConservative: in testQuery() 141 case gl::QueryType::CommandsCompleted: in testQuery()
|