Searched refs:hw1 (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | extent_cl_12.c | 231 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()
|
D | raster_builder_cl_12.c | 1292 (*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()
|
D | extent_cl_12.h | 172 void * hw1; member
|
D | composition_cl_12.c | 644 union skc_cmd_place * const cmds = impl->cmds.extent.hw1; in skc_composition_pfn_place()
|
/external/llvm/test/CodeGen/Mips/ |
D | interrupt-attr.ll | 239 attributes #4 = { "interrupt"="hw1" }
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | interrupt-attr.ll | 239 attributes #4 = { "interrupt"="hw1" }
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 954 "vector=hw1", "vector=hw2", "vector=hw3", 956 ["sw0", "sw1", "hw0", "hw1", "hw2", "hw3",
|
D | AttrDocs.td | 963 "sw0", "sw1", "hw0", "hw1", "hw2", "hw3", "hw4", "hw5". The compiler will
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 1514 "vector=hw1", "vector=hw2", "vector=hw3", 1516 ["sw0", "sw1", "hw0", "hw1", "hw2", "hw3",
|
D | AttrDocs.td | 1942 "sw0", "sw1", "hw0", "hw1", "hw2", "hw3", "hw4", "hw5". The compiler will
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6236 case MipsInterruptAttr::hw1: Kind = "hw1"; break; in setTargetAttributes()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 7685 case MipsInterruptAttr::hw1: Kind = "hw1"; break; in setTargetAttributes()
|