Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.h111 bool IsBlockType(uint32_t merge_block_id, BlockType type) const;
Dvalidate_cfg.cpp224 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert()
482 if (!function->IsBlockType(header_block, kBlockTypeLoop)) { in StructuredControlFlowChecks()
Dfunction.cpp214 bool Function::IsBlockType(uint32_t merge_block_id, BlockType type) const { in IsBlockType() function in spvtools::val::Function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.h111 bool IsBlockType(uint32_t merge_block_id, BlockType type) const;
Dvalidate_cfg.cpp224 if (_.current_function().IsBlockType(merge_block, kBlockTypeMerge)) { in MergeBlockAssert()
482 if (!function->IsBlockType(header_block, kBlockTypeLoop)) { in StructuredControlFlowChecks()
Dfunction.cpp214 bool Function::IsBlockType(uint32_t merge_block_id, BlockType type) const { in IsBlockType() function in spvtools::val::Function