HomeSort by relevance Sort by last modified time
    Searched refs:cbinary (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp 154 spv_const_binary_t cbinary = { binary, binarySizeInWords }; local
173 const spv_result_t valid = spvValidateWithOptions(context, options, &cbinary, &diagnostic);
  /external/deqp-deps/SPIRV-Tools/test/val/
val_id_test.cpp 782 spv_const_binary_t cbinary{v.data(), v.size()};
784 spvValidate(ScopedContext().context, &cbinary, &diagnostic_);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_id_test.cpp 782 spv_const_binary_t cbinary{v.data(), v.size()};
786 spvValidate(ScopedContext().context, &cbinary, &diagnostic_);
    [all...]

Completed in 455 milliseconds