Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 189) sorted by relevance

12345678

/hardware/google/gfxstream/codegen/generic-apigen/
DEntryPoint.cpp48 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 …]
DstrUtils.cpp21 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()
DTypeFactory.cpp69 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()
DApiGen.cpp1591 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 …]
DstrUtils.h25 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & de…
/hardware/google/gfxstream/host/
DRenderThread.cpp477 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/
Dcb_utils.cpp47 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/
Dcb_utils.cpp47 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/
Dcb_utils.cpp47 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/
Dblob_test.cpp130 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/
Dkhronos.css297 .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; }
412last-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/
DVK_QCOM_render_pass_shader_resolve.adoc31 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
DVK_QCOM_multiview_per_view_viewports.adoc29 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/
Dbuild_acceleration_structure_common.adoc118 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/
DA2dpBits.h34 constexpr Range(int first, int last) in Range()
35 : first(first), len(last - first + 1) {} in Range()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp79 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/
Dhwc.cpp145 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/
Dhwc_virtual.cpp100 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()
Dhwc_copybit.cpp271 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/
DVK_EXT_frame_boundary.adoc88 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/
Dservice.cpp41 static bool registerPassthroughServiceImplementations(Iter first, Iter last) { in registerPassthroughServiceImplementations() argument
42 for (; first != last; ++first) { in registerPassthroughServiceImplementations()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.cpp111 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/
DIWifiEventCallback.hal29 * 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/
DAndroid.bp15 "struct-last.cpp",
/hardware/interfaces/tests/foo/1.0/default/lib/
DFooHelper.cpp23 s += val.last.c_str(); in QuuxToString()

12345678