Home
last modified time | relevance | path

Searched refs:hw1 (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/compute/skc/platforms/cl_12/
Dextent_cl_12.c231 extent->hw1 = skc_runtime_host_perm_alloc(runtime,SKC_MEM_FLAGS_WRITE_ONLY,size); in skc_extent_phw1g_tdrNs_alloc()
238 skc_runtime_host_perm_free(runtime,extent->hw1); in skc_extent_phw1g_tdrNs_free()
283 extent->hw1, // offset_hi = 0 in skc_extent_phw1g_tdrNs_snap_alloc()
294 (skc_uchar*)extent->hw1 + offset_lo, in skc_extent_phw1g_tdrNs_snap_alloc()
Draster_builder_cl_12.c1292 (*raster_builder)->transforms.extent = impl->transforms.hw1; in skc_raster_builder_cl_12_create()
1293 (*raster_builder)->clips .extent = impl->clips.hw1; in skc_raster_builder_cl_12_create()
1294 (*raster_builder)->fill_cmds .extent = impl->fill_cmds.hw1; in skc_raster_builder_cl_12_create()
Dextent_cl_12.h172 void * hw1; member
Dcomposition_cl_12.c644 union skc_cmd_place * const cmds = impl->cmds.extent.hw1; in skc_composition_pfn_place()
/external/llvm/test/CodeGen/Mips/
Dinterrupt-attr.ll239 attributes #4 = { "interrupt"="hw1" }
/external/llvm-project/llvm/test/CodeGen/Mips/
Dinterrupt-attr.ll239 attributes #4 = { "interrupt"="hw1" }
/external/clang/include/clang/Basic/
DAttr.td954 "vector=hw1", "vector=hw2", "vector=hw3",
956 ["sw0", "sw1", "hw0", "hw1", "hw2", "hw3",
DAttrDocs.td963 "sw0", "sw1", "hw0", "hw1", "hw2", "hw3", "hw4", "hw5". The compiler will
/external/llvm-project/clang/include/clang/Basic/
DAttr.td1514 "vector=hw1", "vector=hw2", "vector=hw3",
1516 ["sw0", "sw1", "hw0", "hw1", "hw2", "hw3",
DAttrDocs.td1942 "sw0", "sw1", "hw0", "hw1", "hw2", "hw3", "hw4", "hw5". The compiler will
/external/clang/lib/CodeGen/
DTargetInfo.cpp6236 case MipsInterruptAttr::hw1: Kind = "hw1"; break; in setTargetAttributes()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp7685 case MipsInterruptAttr::hw1: Kind = "hw1"; break; in setTargetAttributes()