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

  /external/deqp-deps/SPIRV-Tools/source/opt/
instruction.cpp 346 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); local
350 if (!type_def->IsVulkanStorageImage() &&
351 !type_def->IsVulkanStorageTexelBuffer()) {
356 if (!type_def->IsVulkanStorageBuffer()) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
instruction.cpp 346 Instruction* type_def = context()->get_def_use_mgr()->GetDef(type_id()); local
350 if (!type_def->IsVulkanStorageImage() &&
351 !type_def->IsVulkanStorageTexelBuffer()) {
356 if (!type_def->IsVulkanStorageBuffer()) {
  /external/selinux/checkpolicy/
policy_parse.y 322 | type_def
339 type_def : TYPE identifier alias_def opt_attr_list ';' label
    [all...]

Completed in 743 milliseconds