Home
last modified time | relevance | path

Searched refs:is_block (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp36 bool is_block = false; in ExtractValue() local
51 is_block = true; in ExtractValue()
55 is_block = true; in ExtractValue()
59 is_block = true; in ExtractValue()
63 is_block = true; in ExtractValue()
68 is_block = true; in ExtractValue()
139 if (is_block) { in ExtractValue()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp137 bool is_block = false; in extractValue() local
163 is_block = true; in extractValue()
167 is_block = true; in extractValue()
171 is_block = true; in extractValue()
175 is_block = true; in extractValue()
243 if (is_block) { in extractValue()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp388 bool is_block = false; in IsVulkanStorageBuffer() local
391 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
392 return is_block; in IsVulkanStorageBuffer()
422 bool is_block = false; in IsVulkanUniformBuffer() local
425 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
426 return is_block; in IsVulkanUniformBuffer()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp388 bool is_block = false; in IsVulkanStorageBuffer() local
391 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
392 return is_block; in IsVulkanStorageBuffer()
422 bool is_block = false; in IsVulkanUniformBuffer() local
425 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
426 return is_block; in IsVulkanUniformBuffer()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction.cpp390 bool is_block = false; in IsVulkanStorageBuffer() local
393 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
394 return is_block; in IsVulkanStorageBuffer()
424 bool is_block = false; in IsVulkanUniformBuffer() local
427 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
428 return is_block; in IsVulkanUniformBuffer()
/external/angle/src/libANGLE/renderer/
Dgen_angle_format_table.py324 is_block = format_id.endswith("_BLOCK")
327 if is_block:
340 parsed["isBlock"] = bool_str(is_block)
/external/llvm-project/mlir/utils/
Dgenerate-test-checks.py203 is_block = lstripped_input_line[0] == '^'
204 if is_block:
/external/rust/crates/futures-macro/src/
Dselect.rs66 let is_block = match expr { Expr::Block(_) => true, _ => false }; in parse() localVariable
67 if is_block || input.is_empty() { in parse()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c201 bool is_block = false; in check_file_type() local
223 is_block = true; in check_file_type()
254 else if (is_block) in check_file_type()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp319 const bool is_block = _.HasDecoration(type_id, SpvDecorationBlock); in GetLocationsForVariable() local
320 if (!has_location && !is_block) { in GetLocationsForVariable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_interfaces.cpp319 const bool is_block = _.HasDecoration(type_id, SpvDecorationBlock); in GetLocationsForVariable() local
320 if (!has_location && !is_block) { in GetLocationsForVariable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp319 const bool is_block = _.HasDecoration(type_id, SpvDecorationBlock); in GetLocationsForVariable() local
320 if (!has_location && !is_block) { in GetLocationsForVariable()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp4730 const bool is_block = variable.IsBlock(); in cloneVariableForStage() local
4731 if (true == is_block) in cloneVariableForStage()
4756 if (true == is_block) in cloneVariableForStage()
4766 if (true == is_block) in cloneVariableForStage()
7134 const bool is_block = variable.IsBlock(); in test() local
7136 if (false == is_block) in test()