/hardware/google/gfxstream/codegen/generic-apigen/ |
D | EntryPoint.cpp | 48 size_t pos, last; in parse() local 58 field = getNextToken(linestr, 0, &last, "("); in parse() 59 pos = last + 1; in parse() 61 field = getNextToken(linestr, pos, &last, ",)"); in parse() 73 pos = last + 1; in parse() 88 m_name = getNextToken(linestr, pos, &last, ",)"); in parse() 89 pos = last + 1; in parse() 94 field = getNextToken(linestr, pos, &last, ",)"); in parse() 123 pos = last + 1; in parse() 206 size_t last; in setAttribute() local [all …]
|
D | strUtils.cpp | 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de… in getNextToken() argument 28 *last = str.find_first_of(delim, pos); in getNextToken() 29 if (*last == std::string::npos) *last = str.size(); in getNextToken() 30 std::string retval = str.substr(pos, *last - pos); in getNextToken()
|
D | TypeFactory.cpp | 69 size_t pos = 0, last; in initFromFile() local 71 name = getNextToken(str, pos, &last, WHITESPACE); in initFromFile() 77 pos = last + 1; in initFromFile() 79 size = getNextToken(str, pos, &last, WHITESPACE); in initFromFile() 84 pos = last + 1; in initFromFile() 86 printString = getNextToken(str, pos, &last, WHITESPACE); in initFromFile() 97 pos = last + 1; in initFromFile() 99 pointerDef = getNextToken(str, pos, &last, WHITESPACE); in initFromFile()
|
D | ApiGen.cpp | 1591 size_t last; in setGlobalAttribute() local 1592 std::string token = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() 1593 pos = last; in setGlobalAttribute() 1596 std::string str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() 1603 std::string str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() 1604 pos = last; in setGlobalAttribute() 1607 str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() 1608 pos = last; in setGlobalAttribute() 1611 std::string str = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() 1612 pos = last; in setGlobalAttribute() [all …]
|
D | strUtils.h | 25 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de…
|
/hardware/google/gfxstream/host/ |
D | RenderThread.cpp | 477 size_t last; in main() local 493 last = tInfo.m_vkInfo->m_vkDec.decode(readBuf.buf(), readBuf.validData(), ioStream, in main() 495 if (last > 0) { in main() 500 readBuf.consume(last); in main() 530 last = tInfo.m_glInfo->m_glDec.decode( in main() 532 if (last > 0) { in main() 534 readBuf.consume(last); in main() 543 last = tInfo.m_glInfo->m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), in main() 546 if (last > 0) { in main() 548 readBuf.consume(last); in main() [all …]
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | cb_utils.cpp | 47 size_t last = list->numHwLayers - 1; in getuiClearRegion() local 48 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion() 54 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion() 65 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | cb_utils.cpp | 47 size_t last = list->numHwLayers - 1; in getuiClearRegion() local 48 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion() 54 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion() 65 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | cb_utils.cpp | 47 size_t last = list->numHwLayers - 1; in getuiClearRegion() local 48 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame; in getuiClearRegion() 54 for(size_t i = 0 ; i < last; i++) { in getuiClearRegion() 66 for (size_t i = 0 ; i < last; i++) { in getuiClearRegion()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | blob_test.cpp | 130 size_t delta, last, num_bytes; in TEST() local 140 last = blob.size; in TEST() 152 EXPECT_NE(delta, blob.size - last) << "unaligned write of bytes"; in TEST() 156 EXPECT_EQ(2 * delta, blob.size - last) << "aligned write of intptr"; in TEST() 158 last = blob.size; in TEST()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 297 .keyseq kbd:last-child { margin-right: 0; } 323 #header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #ddd; … 364 #content #toc > :last-child { margin-bottom: 0; } 376 .sect1:last-child { padding-bottom: 0; } 401 .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } 405 .exampleblock > .content > :last-child { margin-bottom: 0; } 409 .sidebarblock > :last-child { margin-bottom: 0; } 412 …last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exa… 454 .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } 474 …le.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, tab… [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_render_pass_shader_resolve.adoc | 31 filtering of a multisample buffer in the last subpass of a subpass 60 3) Should a shader resolve subpass be the last subpass in a render pass? 64 To be more specific, it should be the last subpass in a subpass dependency 89 ** Clarified that a shader resolve subpass is the last subpass in a
|
D | VK_QCOM_multiview_per_view_viewports.adoc | 29 pname:multiviewPerViewViewports>> feature is enabled and if the last 52 implicitly written by the last pre-rasterization shader stage and can the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | build_acceleration_structure_common.adoc | 118 when pname:srcAccelerationStructure was last built 123 pname:srcAccelerationStructure was last built 128 pname:srcAccelerationStructure was last built 135 pname:srcAccelerationStructure was last built 142 pname:srcAccelerationStructure was last built 150 which was specified when pname:srcAccelerationStructure was last built 158 which was specified when pname:srcAccelerationStructure was last built 166 which was specified when pname:srcAccelerationStructure was last built 174 pname:srcAccelerationStructure was last built, then it must: be `NULL` 182 pname:srcAccelerationStructure was last built, then it must: not be [all …]
|
/hardware/interfaces/bluetooth/audio/aidl/default/ |
D | A2dpBits.h | 34 constexpr Range(int first, int last) in Range() 35 : first(first), len(last - first + 1) {} in Range()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_virtual.cpp | 79 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local 80 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare() 141 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 142 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc.cpp | 145 uint32_t last = list->numHwLayers - 1; in hwc_prepare_primary() local 146 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_primary() 173 uint32_t last = list->numHwLayers - 1; in hwc_prepare_external() local 174 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_prepare_external() 357 uint32_t last = list->numHwLayers - 1; in hwc_set_primary() local 358 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_primary() 405 uint32_t last = list->numHwLayers - 1; in hwc_set_external() local 406 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in hwc_set_external()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_virtual.cpp | 100 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local 101 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare() 155 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 156 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set() 297 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 298 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
|
D | hwc_copybit.cpp | 271 uint32_t last = 0; in draw() local 280 last = (uint32_t)list->numHwLayers - 1; in draw() 281 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; in draw() 298 if(list->hwLayers[last].acquireFenceFd >=0) { in draw() 300 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); in draw() 344 list->hwLayers[last].acquireFenceFd >= 0) { in draw() 345 close(list->hwLayers[last].acquireFenceFd); in draw() 346 list->hwLayers[last].acquireFenceFd = -1; in draw()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_frame_boundary.adoc | 88 to know which queue submission is the last one for a given frame. So in addition 90 "`frame end`" flag, to mark the last submission for a given frame identifier. 93 "`logical last`" queue submission, but in the presence of timeline semaphores it 94 may not be the last one to be submitted. Since timeline semaphores permit queue 96 semaphore meant to be the last part of work for a given frame may not be the 97 last one to be submitted. In this context, we want to mark the "`frame end`" 98 submission as the one that is logically the last submission for the frame: if 108 // Logical last submission for frame N, wait on TLS value 2 142 // flags is necessary to mark the last submission of a frame 248 // 2nd submit of frame N, logically the last one, but waits on a TLS not yet [all …]
|
/hardware/interfaces/audio/common/all-versions/default/service/ |
D | service.cpp | 41 static bool registerPassthroughServiceImplementations(Iter first, Iter last) { in registerPassthroughServiceImplementations() argument 42 for (; first != last; ++first) { in registerPassthroughServiceImplementations()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_virtual.cpp | 111 uint32_t last = (uint32_t)list->numHwLayers - 1; in prepare() local 112 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in prepare() 167 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 168 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set() 335 uint32_t last = (uint32_t)list->numHwLayers - 1; in set() local 336 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; in set()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiEventCallback.hal | 29 * after the last call to start will be considered invalid. 37 * objects retrieved after the last call to start will be considered invalid.
|
/hardware/libhardware/tests/hardware/ |
D | Android.bp | 15 "struct-last.cpp",
|
/hardware/interfaces/tests/foo/1.0/default/lib/ |
D | FooHelper.cpp | 23 s += val.last.c_str(); in QuuxToString()
|