/external/angle/src/libANGLE/renderer/vulkan/ |
D | QueryVk.cpp | 32 bool IsRenderPassQuery(ContextVk *contextVk, gl::QueryType type) in IsRenderPassQuery() 36 case gl::QueryType::AnySamples: in IsRenderPassQuery() 37 case gl::QueryType::AnySamplesConservative: in IsRenderPassQuery() 38 case gl::QueryType::PrimitivesGenerated: in IsRenderPassQuery() 40 case gl::QueryType::TransformFeedbackPrimitivesWritten: in IsRenderPassQuery() 47 bool IsEmulatedTransformFeedbackQuery(ContextVk *contextVk, gl::QueryType type) in IsEmulatedTransformFeedbackQuery() 49 return type == gl::QueryType::TransformFeedbackPrimitivesWritten && in IsEmulatedTransformFeedbackQuery() 59 QueryVk *GetShareQuery(ContextVk *contextVk, gl::QueryType type) in GetShareQuery() 71 case gl::QueryType::PrimitivesGenerated: in GetShareQuery() 73 gl::QueryType::TransformFeedbackPrimitivesWritten); in GetShareQuery() [all …]
|
/external/deqp/modules/glshared/ |
D | glsStateQueryUtil.hpp | 231 enum QueryType enum 381 void queryState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::GLenum … 383 void queryIndexedState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::… 385 void queryAttributeState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw… 387 void queryFramebufferState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, g… 389 void queryProgramState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::… 391 void queryPipelineState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw:… 393 void queryTextureParamState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, … 395 void queryTextureLevelState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, … 397 void queryPointerState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::… [all …]
|
D | glsStateQueryUtil.cpp | 260 void queryState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::GLenum … in queryState() 347 void queryIndexedState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::… in queryIndexedState() 475 void queryAttributeState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw… in queryAttributeState() 541 void queryFramebufferState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, g… in queryFramebufferState() 565 void queryProgramState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::… in queryProgramState() 603 void queryPipelineState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw:… in queryPipelineState() 627 void queryTextureParamState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, … in queryTextureParamState() 749 void queryTextureLevelState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, … in queryTextureLevelState() 787 void queryPointerState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::… in queryPointerState() 811 void queryObjectState(tcu::ResultCollector &result, glu::CallLogWrapper &gl, QueryType type, glw::G… in queryObjectState() [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/angle/src/libANGLE/renderer/metal/ |
D | QueryMtl.mm | 16 QueryMtl::QueryMtl(gl::QueryType type) : QueryImpl(type) {} 35 case gl::QueryType::AnySamples: 36 case gl::QueryType::AnySamplesConservative: 52 case gl::QueryType::TransformFeedbackPrimitivesWritten: 55 case gl::QueryType::TimeElapsed: 82 case gl::QueryType::AnySamples: 83 case gl::QueryType::AnySamplesConservative: 86 case gl::QueryType::TransformFeedbackPrimitivesWritten: 89 case gl::QueryType::TimeElapsed: 116 case gl::QueryType::AnySamples: [all …]
|
/external/rust/android-crates-io/crates/vulkano/src/ |
D | query.rs | 40 query_type: QueryType, 64 QueryType::PipelineStatistics(flags) => { in new() 73 QueryType::Occlusion | QueryType::Timestamp => { in new() 138 pub fn query_type(&self) -> QueryType { in query_type() argument 209 pub query_type: QueryType, 222 pub fn query_type(query_type: QueryType) -> Self { in query_type() 413 QueryType::Occlusion => (), in check_query_pool_results() 414 QueryType::PipelineStatistics(_) => (), in check_query_pool_results() 415 QueryType::Timestamp => { in check_query_pool_results() 530 pub enum QueryType { enum [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SizeOpts.h | 43 BFIT *BFI, PGSOQueryType QueryType) { in shouldFuncOptimizeForSizeImpl() argument 53 if (PGSOIRPassOrTestOnly && !(QueryType == PGSOQueryType::IRPass || in shouldFuncOptimizeForSizeImpl() 54 QueryType == PGSOQueryType::Test)) in shouldFuncOptimizeForSizeImpl() 68 BFIT *BFI, PGSOQueryType QueryType) { in shouldOptimizeForSizeImpl() argument 78 if (PGSOIRPassOrTestOnly && !(QueryType == PGSOQueryType::IRPass || in shouldOptimizeForSizeImpl() 79 QueryType == PGSOQueryType::Test)) in shouldOptimizeForSizeImpl() 95 PGSOQueryType QueryType = PGSOQueryType::Other); 101 PGSOQueryType QueryType = PGSOQueryType::Other);
|
/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() 165 gl::QueryType type = getType(); in pause() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 624 enum QueryType { 635 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 648 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const { 656 bool isVariadic(QueryType Type = IgnoreBundle) const { 662 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 668 bool isPseudo(QueryType Type = IgnoreBundle) const { 672 bool isReturn(QueryType Type = AnyInBundle) const { 678 bool isEHScopeReturn(QueryType Type = AnyInBundle) const { 682 bool isCall(QueryType Type = AnyInBundle) const { 689 bool isBarrier(QueryType Type = AnyInBundle) const { [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 808 enum QueryType { 819 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { 832 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const { 840 bool isVariadic(QueryType Type = IgnoreBundle) const { 846 bool hasOptionalDef(QueryType Type = IgnoreBundle) const { 852 bool isPseudo(QueryType Type = IgnoreBundle) const { 858 bool isMetaInstruction(QueryType Type = IgnoreBundle) const { 862 bool isReturn(QueryType Type = AnyInBundle) const { 868 bool isEHScopeReturn(QueryType Type = AnyInBundle) const { 872 bool isCall(QueryType Type = AnyInBundle) const { [all …]
|
D | MachineSizeOpts.h | 30 PGSOQueryType QueryType = PGSOQueryType::Other); 36 PGSOQueryType QueryType = PGSOQueryType::Other); 42 PGSOQueryType QueryType = PGSOQueryType::Other);
|
/external/deqp/modules/gles31/functional/ |
D | es31fFramebufferDefaultStateQueryTests.cpp | 43 static const char *getVerifierSuffix(QueryType type) in getVerifierSuffix() 58 FramebufferTest(Context &context, QueryType verifier, const char *name, const char *desc); 65 const QueryType m_verifier; 68 FramebufferTest::FramebufferTest(Context &context, QueryType verifier, const char *name, const char… in FramebufferTest() 110 …FramebufferDimensionTest(Context &context, QueryType verifier, DimensionType dimension, const char… 119 FramebufferDimensionTest::FramebufferDimensionTest(Context &context, QueryType verifier, DimensionT… in FramebufferDimensionTest() 148 … FramebufferSamplesTest(Context &context, QueryType verifier, const char *name, const char *desc); 153 FramebufferSamplesTest::FramebufferSamplesTest(Context &context, QueryType verifier, const char *na… in FramebufferSamplesTest() 177 …FramebufferFixedSampleLocationsTest(Context &context, QueryType verifier, const char *name, const … 182 …FixedSampleLocationsTest::FramebufferFixedSampleLocationsTest(Context &context, QueryType verifier, in FramebufferFixedSampleLocationsTest() [all …]
|
D | es31fIntegerStateQueryTests.cpp | 53 static const char *getVerifierSuffix(QueryType type) in getVerifierSuffix() 75 QueryType verifierType); 82 const QueryType m_verifierType; 86 QueryType verifierType) in MaxSamplesCase() 110 QueryType verifierType); 118 const QueryType m_verifierType; 122 glw::GLenum bindTarget, QueryType verifierType) in TexBindingCase() 190 QueryType verifierType); 192 QueryType verifierType, glu::ApiType minVersion); 199 const QueryType m_verifierType; [all …]
|
D | es31fIndexedStateQueryTests.cpp | 49 static const char *getVerifierSuffix(QueryType type) in getVerifierSuffix() 93 SampleMaskCase(Context &context, const char *name, const char *desc, QueryType verifierType); 99 const QueryType m_verifierType; 103 SampleMaskCase::SampleMaskCase(Context &context, const char *name, const char *desc, QueryType veri… in SampleMaskCase() 180 const tcu::IVec3 &ref, QueryType verifierType); 187 const QueryType m_verifierType; 191 const tcu::IVec3 &ref, QueryType verifierType) in MinValueIndexed3Case() 221 … glw::GLenum bufferTarget, glw::GLenum numBindingsTarget, QueryType verifierType); 229 const QueryType m_verifierType; 233 … glw::GLenum bufferTarget, glw::GLenum numBindingsTarget, QueryType verifierType) in BufferBindingCase() [all …]
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 55 … InterpolationOffsetCase(Context &context, const char *name, const char *desc, QueryType verifier, 63 const QueryType m_verifier; 68 QueryType verifier, TestType testType) in InterpolationOffsetCase() 118 …erpolationOffsetBitsCase(Context &context, const char *name, const char *desc, QueryType verifier); 125 const QueryType m_verifier; 129 … const char *desc, QueryType verifier) in FragmentInterpolationOffsetBitsCase() 176 QueryType verifier; in init()
|
D | es31fTextureBufferTests.cpp | 137 …ontext &ctx, const char *name, const char *desc, glw::GLenum target, int minLimit, QueryType type); 144 const QueryType m_type; 148 QueryType type) in LimitQueryCase() 174 QueryType type); 181 const QueryType m_type; 185 int maxAlign, QueryType type) in AlignmentQueryCase() 210 TextureBufferBindingQueryCase(Context &ctx, const char *name, const char *desc, QueryType type); 215 const QueryType m_type; 219 QueryType type) in TextureBufferBindingQueryCase() 270 TextureBindingBufferQueryCase(Context &ctx, const char *name, const char *desc, QueryType type); [all …]
|
D | es31fSamplerStateQueryTests.cpp | 39 static const char *getVerifierSuffix(QueryType type) in getVerifierSuffix() 85 static const QueryType scalarVerifiers[] = { in init() 91 static const QueryType nonPureVerifiers[] = { in init() 95 static const QueryType vectorVerifiers[] = { in init() 106 const QueryType verifier = (VERIFIERS)[verifierNdx]; \ in init() 139 QueryType verifier; in init()
|
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 verifi… in AttributeCase() 78 AttributeBindingCase(Context &context, const char *name, const char *desc, QueryType verifier); 82 …ase::AttributeBindingCase(Context &context, const char *name, const char *desc, QueryType verifier) in AttributeBindingCase() 153 …AttributeRelativeOffsetCase(Context &context, const char *name, const char *desc, QueryType verifi… 158 QueryType verifier) in AttributeRelativeOffsetCase() 228 IndexedCase(Context &context, const char *name, const char *desc, QueryType verifier); 234 const QueryType m_verifier; 237 IndexedCase::IndexedCase(Context &context, const char *name, const char *desc, QueryType verifier) in IndexedCase() [all …]
|
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, cons… in GeometryShaderCase() 210 … TessellationShaderCase(Context &context, QueryType verifier, const char *name, const char *desc); 214 const QueryType m_verifier; 217 TessellationShaderCase::TessellationShaderCase(Context &context, QueryType verifier, const char *na… in TessellationShaderCase() 350 ProgramSeparableCase(Context &context, QueryType verifier, const char *name, const char *desc); 354 const QueryType m_verifier; 357 ProgramSeparableCase::ProgramSeparableCase(Context &context, QueryType verifier, const char *name, … in ProgramSeparableCase() [all …]
|
D | es31fProgramPipelineStateQueryTests.cpp | 45 static const char *getVerifierSuffix(QueryType type) in getVerifierSuffix() 87 ActiveProgramCase(Context &context, QueryType verifier, const char *name, const char *desc); 91 const QueryType m_verifier; 94 ActiveProgramCase::ActiveProgramCase(Context &context, QueryType verifier, const char *name, const … in ActiveProgramCase() 156 …PipelineProgramCase(Context &context, QueryType verifier, const char *name, const char *desc, glw:… 160 const QueryType m_verifier; 164 PipelineProgramCase::PipelineProgramCase(Context &context, QueryType verifier, const char *name, co… in PipelineProgramCase() 233 ValidateStatusCase(Context &context, QueryType verifier, const char *name, const char *desc); 237 const QueryType m_verifier; 240 ValidateStatusCase::ValidateStatusCase(Context &context, QueryType verifier, const char *name, cons… in ValidateStatusCase() [all …]
|
D | es31fBooleanStateQueryTests.cpp | 43 static const char *getVerifierSuffix(QueryType type) in getVerifierSuffix() 66 …IsEnabledStateTestCase(Context &context, QueryType verifier, const char *name, const char *descrip… in IsEnabledStateTestCase() 107 const QueryType m_verifier; 126 …static const QueryType isEnabledVerifiers[] = {QUERY_ISENABLED, QUERY_BOOLEAN, QUERY_INTEGER, QUER… in init() 135 const QueryType verifier = (VERIFIERS)[verifierNdx]; \ 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() 55 QueryGL::QueryGL(gl::QueryType type) : QueryImpl(type) {} in QueryGL() 59 StandardQueryGL::StandardQueryGL(gl::QueryType type, in StandardQueryGL() 106 ASSERT(mType == gl::QueryType::Timestamp); in queryCounter() [all …]
|
/external/pytorch/torch/csrc/distributed/c10d/ |
D | TCPStoreBackend.cpp | 259 QueryType qt; in query() 260 tcputil::recvBytes<QueryType>(socket, &qt, 1); in query() 264 if (qt == QueryType::VALIDATE) { in query() 272 } else if (qt == QueryType::PING) { in query() 275 } else if (qt == QueryType::SET) { in query() 278 } else if (qt == QueryType::COMPARE_SET) { in query() 281 } else if (qt == QueryType::ADD) { in query() 284 } else if (qt == QueryType::GET) { in query() 287 } else if (qt == QueryType::CHECK) { in query() 290 } else if (qt == QueryType::WAIT) { in query() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SizeOpts.cpp | 79 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 81 QueryType); in shouldOptimizeForSize() 86 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 88 QueryType); in shouldOptimizeForSize()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | MachineSizeOpts.cpp | 186 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 188 MF, PSI, MBFI, QueryType); in shouldOptimizeForSize() 194 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 197 MBB, PSI, MBFI, QueryType); in shouldOptimizeForSize() 203 PGSOQueryType QueryType) { in shouldOptimizeForSize() argument 209 BlockFreq, PSI, &MBFIW->getMBFI(), QueryType); in shouldOptimizeForSize()
|