Searched refs:CALLABLE (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarrierTests.cpp | 85 CALLABLE, enumerator 106 case Stage::CALLABLE: in getOptimalReadLayout() 136 case Stage::CALLABLE: in getPipelineStage() 170 case Stage::CALLABLE: in getWriterAccessFlag() 200 case Stage::CALLABLE: in getReaderAccessFlag() 225 case Stage::CALLABLE: bits = VK_SHADER_STAGE_CALLABLE_BIT_KHR; break; in getShaderStageFlagBits() 248 …case Stage::CALLABLE: flags |= (VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_CALLABLE_BIT_KHR… in getStageFlags() 274 case Stage::CALLABLE: in isRayTracingStage() 326 case Stage::CALLABLE: in needsAccelerationStructure() 540 else if (wstage == Stage::CALLABLE) in initPrograms() [all …]
|
/external/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 11 CALLABLE = 5; enumerator
|
D | test_reserved_message_upper.proto | 10 message CALLABLE {} message
|
D | test_reserved_enum_upper.proto | 10 enum CALLABLE { ZERO6 = 0; } enum
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 2193 INVALID, CALLABLE, STATIC_METHOD, CLASS_METHOD, METHOD_INIT, METHOD_NEW = """ variable 2213 docstring=None, kind=CALLABLE, coexist=False, 2257 assert self.kind == CALLABLE, "unknown kind: " + repr(self.kind) 3540 if f.kind in (CALLABLE, METHOD_INIT): 3926 self.kind = CALLABLE 4038 if self.kind is not CALLABLE: 4043 if self.kind is not CALLABLE: 4217 if (self.kind != CALLABLE) or (not cls):
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 76 private static TypeId<Callable> CALLABLE = TypeId.get(Callable.class); field in DexMakerTest 77 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call"); 305 MethodId<?, Object> methodId = GENERATED.getMethod(TypeId.OBJECT, "call", CALLABLE); in testInvokeInterface() 307 Local<Callable> localC = code.getParameter(0, CALLABLE); in testInvokeInterface()
|