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

1 2 3 4 5

  /external/deqp/android/cts/master/src/
vk-waivers.txt 2 # VK-GL-CTS Issue #336
13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repea
    [all...]
  /external/deqp/external/vulkancts/mustpass/1.0.2/src/
waivers.txt 2 # VK-GL-CTS Issue #336
13 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.clamp_to_edge_repeat
14 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_clamp_to_edge_repeat
15 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.repeat_mirrored_repeat
16 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_repeat_mirrored_repeat
17 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.mirrored_repeat_clamp_to_edge
18 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_less.sparse_mirrored_repeat_clamp_to_edge
19 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.clamp_to_edge_repeat
20 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.sparse_clamp_to_edge_repeat
21 dEQP-VK.glsl.texture_gather.basic.cube.depth32f.size_pot.compare_greater.repeat_mirrored_repea
    [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
59 NumElements(VK.size()), HasPackExpansions(HasPackExpansions), Range(SR),
65 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() ||
66 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent())
68 if (VK[I].Key->isInstantiationDependent() ||
69 VK[I].Value->isInstantiationDependent())
71 if (VK[I].EllipsisLoc.isInvalid() &&
72 (VK[I].Key->containsUnexpandedParameterPack() |
    [all...]
  /external/llvm/tools/opt/
NewPMDriver.cpp 53 VerifierKind VK,
82 if (VK > VK_NoVerifier)
85 if (!PB.parsePassPipeline(MPM, PassPipeline, VK == VK_VerifyEachPass,
91 if (VK > VK_NoVerifier)
NewPMDriver.h 53 opt_tool::VerifierKind VK,
  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 237 static uint32_t getNumValueSitesRT(const void *R, uint32_t VK) {
238 return ((const ValueProfRuntimeRecord *)R)->Data->NumValueSites[VK];
241 static uint32_t getNumValueDataRT(const void *R, uint32_t VK) {
244 if (Record->SiteCountArray[VK] == INSTR_PROF_NULLPTR)
246 for (I = 0; I < Record->Data->NumValueSites[VK]; I++)
247 S += Record->SiteCountArray[VK][I];
251 static uint32_t getNumValueDataForSiteRT(const void *R, uint32_t VK,
254 return Record->SiteCountArray[VK][S];
299 static ValueProfNode *getNextNValueData(uint32_t VK, uint32_t Site,
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 314 for (uint32_t VK = 0; VK < IPVK_Last + 1; VK++) {
315 uint32_t NS = Func.getNumValueSites(VK);
318 OS << "# ValueKind = " << ValueProfKindStr[VK] << ":\n" << VK << "\n";
321 uint32_t ND = Func.getNumValueDataForSite(VK, S);
323 std::unique_ptr<InstrProfValueData[]> VD = Func.getValueForSite(VK, S);
325 if (VK == IPVK_IndirectCallTarget)
  /external/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
ExprObjC.h 284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
296 ArrayRef<ObjCDictionaryElement> VK,
574 ExprValueKind VK, ExprObjectKind OK,
576 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
586 ExprValueKind VK, ExprObjectKind OK,
588 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
597 QualType T, ExprValueKind VK, ExprObjectKind OK,
599 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
608 QualType T, ExprValueKind VK, ExprObjectKind OK,
611 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 42 MCSymbolRefExpr::VariantKind VK =
45 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, VK, Ctx);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
ExprObjC.h 284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
296 ArrayRef<ObjCDictionaryElement> VK,
574 ExprValueKind VK, ExprObjectKind OK,
576 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
586 ExprValueKind VK, ExprObjectKind OK,
588 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
597 QualType T, ExprValueKind VK, ExprObjectKind OK,
599 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
608 QualType T, ExprValueKind VK, ExprObjectKind OK,
611 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
ExprObjC.h 284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
296 ArrayRef<ObjCDictionaryElement> VK,
574 ExprValueKind VK, ExprObjectKind OK,
576 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
586 ExprValueKind VK, ExprObjectKind OK,
588 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
597 QualType T, ExprValueKind VK, ExprObjectKind OK,
599 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
608 QualType T, ExprValueKind VK, ExprObjectKind OK,
611 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
ExprObjC.h 284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
296 ArrayRef<ObjCDictionaryElement> VK,
574 ExprValueKind VK, ExprObjectKind OK,
576 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
586 ExprValueKind VK, ExprObjectKind OK,
588 : Expr(ObjCPropertyRefExprClass, t, VK, OK,
597 QualType T, ExprValueKind VK, ExprObjectKind OK,
599 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false,
608 QualType T, ExprValueKind VK, ExprObjectKind OK,
611 : Expr(ObjCPropertyRefExprClass, T, VK, OK, false, false, false, false)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprOpenMP.h 53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 37 namespace VK {
280 auto const info = VK::InstanceCreateInfo().enabledExtensionCount(1).ppEnabledExtensionNames(names);
291 auto const info = VK::InstanceCreateInfo().enabledLayerCount(1).ppEnabledLayerNames(names);
303 auto const info = VK::InstanceCreateInfo().enabledLayerCount(1).ppEnabledLayerNames(names);
314 VkResult result = vkCreateInstance(VK::InstanceCreateInfo(), VK_NULL_HANDLE, &instance);
345 VK::DeviceQueueCreateInfo().queueFamilyIndex(q).queueCount(1).pQueuePriorities(priorities)};
348 auto const deviceInfo = VK::DeviceCreateInfo()
370 VkResult result = vkCreateInstance(VK::InstanceCreateInfo(), VK_NULL_HANDLE, &instance);
401 VK::DeviceQueueCreateInfo().queueFamilyIndex(q).queueCount(1).pQueuePriorities(priorities)};
404 auto const deviceInfo = VK::DeviceCreateInfo(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 24 VK, /* info = index of constant in `k' */
  /external/skia/third_party/lua/src/
lparser.h 24 VK, /* info = index of constant in `k' */
  /external/syslinux/com32/lua/src/
lparser.h 24 VK, /* info = index of constant in `k' */

Completed in 1420 milliseconds

1 2 3 4 5