Home
last modified time | relevance | path

Searched refs:topType (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java40 …lazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType); in visitTopType() argument
50 … Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType); in visitStackTopType() argument
60 … Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType); in visitVariablesTopType() argument
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java706 … visitTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType) in visitTopType() argument
708 visitAnyVerificationType(clazz, method, codeAttribute, offset, topType); in visitTopType()
760 …pe(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType) in visitStackTopType() argument
762 visitTopType(clazz, method, codeAttribute, offset, topType); in visitStackTopType()
815 …pe(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType) in visitVariablesTopType() argument
817 visitTopType(clazz, method, codeAttribute, offset, topType); in visitVariablesTopType()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp2817 TopTestType topType; in addInstanceTriangleCullingTests() member
2819 } topType[] = in addInstanceTriangleCullingTests() local
2856 for (int topTypeIdx = 0; topTypeIdx < DE_LENGTH_OF_ARRAY(topType); ++topTypeIdx) in addInstanceTriangleCullingTests()
2860 const std::string testName = topType[topTypeIdx].name + "_" + cullFlags[cullFlagsIdx].name; in addInstanceTriangleCullingTests()
2872 topType[topTypeIdx].topType, in addInstanceTriangleCullingTests()
DvktRayTracingCaptureReplayTests.cpp166 ASTopTestType topType; // AS member
557 if (testParams.topType == TTT_DIFFERENT_INSTANCES) in initBottomAccelerationStructures()
633 if (testParams.topType == TTT_DIFFERENT_INSTANCES) in initTopAccelerationStructure()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp3856 TopTestType topType; in addInstanceTriangleCullingTests() member
3858 } topType[] = in addInstanceTriangleCullingTests() local
3899 for (int topTypeIdx = 0; topTypeIdx < DE_LENGTH_OF_ARRAY(topType); ++topTypeIdx) in addInstanceTriangleCullingTests()
3903 const std::string testName = topType[topTypeIdx].name + "_" + cullFlags[cullFlagsIdx].name; in addInstanceTriangleCullingTests()
3917 topType[topTypeIdx].topType, in addInstanceTriangleCullingTests()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java874 … visitTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType) in visitTopType() argument