Home
last modified time | relevance | path

Searched refs:is_mac (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/infra/recipes/
H A Dgn.py67 elif target.is_mac:
130 if api.platform.is_linux or api.platform.is_mac:
149 elif api.platform.is_mac:
/third_party/gn/infra/recipe_modules/macos_sdk/examples/
H A Dfull.py15 sdk_dir = api.macos_sdk.sdk_dir if api.platform.is_mac else None
/third_party/gn/infra/recipe_modules/target/examples/
H A Dfull.py17 assert not target.is_mac
/third_party/gn/infra/recipe_modules/macos_sdk/
H A Dapi.py64 if not self.m.platform.is_mac:
/third_party/gn/infra/recipe_modules/target/
H A Dapi.py33 def is_mac(self): member in Target
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.cpp249 bool is_mac = instr->opcode == aco_opcode::v_mac_f32 || instr->opcode == aco_opcode::v_mac_f16 || in can_use_SDWA() local
252 if (gfx_level != GFX8 && is_mac) in can_use_SDWA()
258 if (!pre_ra && instr->operands.size() >= 3 && !is_mac) in can_use_SDWA()

Completed in 3 milliseconds