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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.h 110 bool IsBlockType(uint32_t merge_block_id, BlockType type) const;
Function.cpp 274 bool Function::IsBlockType(uint32_t merge_block_id, BlockType type) const {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_cfg.cpp 233 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) {
326 if (!function.IsBlockType(header_block, kBlockTypeLoop)) {

Completed in 387 milliseconds