HomeSort by relevance Sort by last modified time
    Searched refs:QueryType (Results 1 - 25 of 33) sorted by null

1 2

  /external/deqp/modules/glshared/
glsStateQueryUtil.hpp 235 enum QueryType
384 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state);
385 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state);
386 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state);
387 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state);
388 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state);
389 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state);
390 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state);
391 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state);
392 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state)
    [all...]
glsTextureStateQueryTests.hpp 78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester);
79 tcu::TestCase* createSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester);
glsStateQueryUtil.cpp 271 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, QueriedState& state)
357 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state)
484 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state)
549 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state)
572 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state)
609 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state)
632 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state)
753 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state)
790 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state)
813 void queryObjectState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint handle, QueriedState& state
    [all...]
glsTextureStateQueryTests.cpp 90 static bool querySupportsSigned (QueryType type)
281 static bool isCoreQuery (QueryType query)
293 static RequiredExtensions getQueryExtension (QueryType query)
370 static bool isCoreQuery (QueryType query)
375 static RequiredExtensions getQueryExtension (QueryType query)
471 static bool isCoreQuery (const glu::ContextType& contextType, QueryType query)
527 static RequiredExtensions getQueryExtension (const glu::ContextType& contextType, QueryType query)
566 QueryType type);
578 const QueryType m_type;
587 QueryType type
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBooleanStateQueryTests.cpp 43 static const char* getVerifierSuffix (QueryType type)
61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial)
95 const QueryType m_verifier;
111 static const QueryType isEnabledVerifiers[] =
124 const QueryType verifier = VERIFIERS[verifierNdx]; \
es31fFramebufferDefaultStateQueryTests.cpp 43 static const char* getVerifierSuffix (QueryType type)
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 char* desc)
109 FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc);
117 FramebufferDimensionTest::FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc)
143 FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc);
148 FramebufferSamplesTest::FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc)
172 FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const char* name, const char* desc);
177 FramebufferFixedSampleLocationsTest::FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const char* name, const char* desc
    [all...]
es31fShaderMultisampleInterpolationStateQueryTests.cpp 56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
63 const QueryType m_verifier;
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType)
105 FragmentInterpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier);
112 const QueryType m_verifier;
115 FragmentInterpolationOffsetBitsCase::FragmentInterpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier)
158 QueryType verifier;
es31fIntegerStateQueryTests.cpp 49 static const char* getVerifierSuffix (QueryType type)
66 MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType);
72 const QueryType m_verifierType;
75 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType)
98 TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType);
105 const QueryType m_verifierType;
108 TexBindingCase::TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType)
167 MinimumValueCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType);
173 const QueryType m_verifierType;
176 MinimumValueCase::MinimumValueCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType
    [all...]
es31fSamplerStateQueryTests.cpp 39 static const char* getVerifierSuffix (QueryType type)
82 static const QueryType scalarVerifiers[] =
89 static const QueryType nonPureVerifiers[] =
94 static const QueryType vectorVerifiers[] =
106 const QueryType verifier = VERIFIERS[verifierNdx]; \
137 QueryType verifier;
es31fProgramStateQueryTests.cpp 46 static const char* getVerifierSuffix (QueryType type)
63 ProgramSeparableCase (Context& context, QueryType verifier, const char* name, const char* desc);
67 const QueryType m_verifier;
70 ProgramSeparableCase::ProgramSeparableCase (Context& context, QueryType verifier, const char* name, const char* desc)
173 ComputeWorkGroupSizeCase (Context& context, QueryType verifier, const char* name, const char* desc);
177 const QueryType m_verifier;
180 ComputeWorkGroupSizeCase::ComputeWorkGroupSizeCase (Context& context, QueryType verifier, const char* name, const char* desc)
267 ActiveAtomicCounterBuffersCase (Context& context, QueryType verifier, const char* name, const char* desc);
271 const QueryType m_verifier;
274 ActiveAtomicCounterBuffersCase::ActiveAtomicCounterBuffersCase (Context& context, QueryType verifier, const char* name, const char* desc
    [all...]
es31fIndexedStateQueryTests.cpp 49 static const char* getVerifierSuffix (QueryType type)
69 SampleMaskCase (Context& context, const char* name, const char* desc, QueryType verifierType);
75 const QueryType m_verifierType;
79 SampleMaskCase::SampleMaskCase (Context& context, const char* name, const char* desc, QueryType verifierType)
153 MinValueIndexed3Case (Context& context, const char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType);
160 const QueryType m_verifierType;
163 MinValueIndexed3Case::MinValueIndexed3Case (Context& context, const char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType)
192 BufferBindingCase (Context& context, const char* name, const char* desc, glw::GLenum queryTarget, glw::GLenum bufferTarget, glw::GLenum numBindingsTarget, QueryType verifierType);
200 const QueryType m_verifierType;
203 BufferBindingCase::BufferBindingCase (Context& context, const char* name, const char* desc, glw::GLenum queryTarget, glw::GLenum bufferTarget, glw::GLenum numBindingsTarget, QueryType verifierType
    [all...]
es31fProgramPipelineStateQueryTests.cpp 45 static const char* getVerifierSuffix (QueryType type)
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 char* desc)
149 PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage);
153 const QueryType m_verifier;
157 PipelineProgramCase::PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage)
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, const char* desc
    [all...]
es31fTextureStateQueryTests.cpp 39 static const char* getVerifierSuffix (QueryType type)
84 static const QueryType scalarVerifiers[] =
91 static const QueryType nonPureVerifiers[] =
96 static const QueryType vec4Verifiers[] =
108 const QueryType verifier = VERIFIERS[verifierNdx]; \
164 QueryType verifier;
es31fTextureBufferTests.cpp 134 LimitQueryCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type);
141 const QueryType m_type;
144 LimitQueryCase::LimitQueryCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minLimit, QueryType type)
169 AlignmentQueryCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, int maxAlign, QueryType type);
176 const QueryType m_type;
179 AlignmentQueryCase::AlignmentQueryCase (Context& context, const char* name, const char* desc, glw::GLenum target, int maxAlign, QueryType type)
204 TextureBufferBindingQueryCase (Context& ctx, const char* name, const char* desc, QueryType type);
209 const QueryType m_type;
212 TextureBufferBindingQueryCase::TextureBufferBindingQueryCase (Context& context, const char* name, const char* desc, QueryType type)
263 TextureBindingBufferQueryCase (Context& ctx, const char* name, const char* desc, QueryType type)
    [all...]
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 verifier)
78 AttributeBindingCase (Context& context, const char* name, const char* desc, QueryType verifier);
82 AttributeBindingCase::AttributeBindingCase (Context& context, const char* name, const char* desc, QueryType verifier)
153 AttributeRelativeOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier);
157 AttributeRelativeOffsetCase::AttributeRelativeOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier)
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
    [all...]
es31fSampleShadingTests.cpp 55 SampleShadingStateCase (Context& ctx, const char* name, const char* desc, QueryType);
61 const QueryType m_verifier;
64 SampleShadingStateCase::SampleShadingStateCase (Context& ctx, const char* name, const char* desc, QueryType type)
106 MinSampleShadingValueCase (Context& ctx, const char* name, const char* desc, QueryType);
112 const QueryType m_verifier;
115 MinSampleShadingValueCase::MinSampleShadingValueCase (Context& ctx, const char* name, const char* desc, QueryType type)
es31fTextureLevelStateQueryTests.cpp 172 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
188 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
193 static bool verifyTextureLevelParameterInternalFormatEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
198 static bool verifyTextureLevelParameterGreaterOrEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
214 static bool verifyTextureLevelParameterInternalFormatAnyOf (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, const int* refValues, int numRefValues, QueryType type)
816 TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type);
829 const QueryType m_type;
841 TextureLevelCase::TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type)
    [all...]
es31fAdvancedBlendTests.cpp 579 gls::StateQueryUtil::QueryType type);
583 const gls::StateQueryUtil::QueryType m_type;
589 gls::StateQueryUtil::QueryType type)
636 gls::StateQueryUtil::QueryType type);
640 const gls::StateQueryUtil::QueryType m_type;
650 gls::StateQueryUtil::QueryType type)
689 gls::StateQueryUtil::QueryType type);
693 const gls::StateQueryUtil::QueryType m_type;
703 gls::StateQueryUtil::QueryType type)
es31fDebugTests.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 365 enum QueryType {
376 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
389 bool isVariadic(QueryType Type = IgnoreBundle) const {
395 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
402 bool isPseudo(QueryType Type = IgnoreBundle) const {
406 bool isReturn(QueryType Type = AnyInBundle) const {
410 bool isCall(QueryType Type = AnyInBundle) const {
417 bool isBarrier(QueryType Type = AnyInBundle) const {
427 bool isTerminator(QueryType Type = AnyInBundle) const {
435 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.cpp 41 static const char* getVerifierSuffix (QueryType type)
56 QueryType verifier = VERIFIERS[_verifierNdx]; \
68 static const QueryType verifiers[] =
es3fTextureStateQueryTests.cpp 40 static const char* getVerifierSuffix (QueryType type)
55 QueryType verifier = VERIFIERS[_verifierNdx]; \
68 static const QueryType verifiers[] =
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 256 EVT QueryType;
324 QueryType = Node->getValueType(0);
327 QueryType = cast<VTSDNode>(Node->getOperand(1))->getVT();
331 QueryType = Node->getOperand(0).getValueType();
335 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
    [all...]

Completed in 1512 milliseconds

1 2