Home
last modified time | relevance | path

Searched refs:top (Results 2151 - 2175 of 2203) sorted by relevance

1...<<818283848586878889

/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7604.c1954 sel->r.top = 0; in adv76xx_get_selection()
/third_party/json/include/nlohmann/
H A Djson.hpp561 // move the top-level items to stack in destroy()
4714 // make sure the top element of the pointer exists
4715 json_pointer top_pointer = ptr.top();
4801 // type check: top level value must be an array
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1364 ctx->scissors[start_slot + i].top = states[i].miny;
/third_party/openGLES/xml/
H A Dreadme.tex128 The format of an XML registry is a top level \tag{registry} tag
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1037 MachineInstr *MI = FuncUnitOrder.top(); in calculateResMII()
1828 // top-down ordering. in computeNodeOrder()
1942 LLVM_DEBUG(dbgs() << "\n Switching order to top down "); in computeNodeOrder()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_mbx.c1632 * top = pointer for topology.
1644 uint8_t *area, uint8_t *domain, uint16_t *top, uint16_t *sw_cap) in qla2x00_get_adapter_id()
1677 *top = mcp->mb[6]; in qla2x00_get_adapter_id()
1643 qla2x00_get_adapter_id(scsi_qla_host_t *vha, uint16_t *id, uint8_t *al_pa, uint8_t *area, uint8_t *domain, uint16_t *top, uint16_t *sw_cap) qla2x00_get_adapter_id() argument
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_mbx.c1682 * top = pointer for topology.
1694 uint8_t *area, uint8_t *domain, uint16_t *top, uint16_t *sw_cap) in qla2x00_get_adapter_id()
1727 *top = mcp->mb[6]; in qla2x00_get_adapter_id()
1693 qla2x00_get_adapter_id(scsi_qla_host_t *vha, uint16_t *id, uint8_t *al_pa, uint8_t *area, uint8_t *domain, uint16_t *top, uint16_t *sw_cap) qla2x00_get_adapter_id() argument
/third_party/node/deps/v8/src/heap/
H A Dheap.cc1037 // may be uninitialized memory behind top. We fill the remainder of the page in GarbageCollectionPrologue()
1830 // CppHeap needs a stack marker at the top of all entry points to allow in CollectGarbage()
2712 PageRange range(new_space()->first_allocatable_address(), new_space()->top()); in EvacuateYoungGeneration()
2726 new_space()->set_age_mark(new_space()->top()); in EvacuateYoungGeneration()
/third_party/skia/tests/
H A DPathTest.cpp702 bounds.left(), bounds.top(), bounds.right(), bounds.bottom(), in dump_if_ne()
703 expected.left(), expected.top(), expected.right(), expected.bottom()); in dump_if_ne()
1093 // rect with top two corners replaced by cubics with identical middle in test_direction()
1109 // rect with top two corners replaced by cubics with identical middle in test_direction()
1936 // inside, on along top edge in test_conservativelyContains()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1105 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument
1106 : m_top(top), m_bottom(bottom) in HorizontalSplitGenerator()
1202 // Tests using an off-center triangle may want this generator: fill the image with a solid color but leave the top and left edges in
1252 // Verifies the top left pixel matches exactly.
3931 // The starting point of the oblique line is located in the top left pixel, in a position below and slightly to the left in iterate()
3933 // sure that a bresenham-style line covers the center of the top left pixel, because the left edge of the line goes up in iterate()
3935 // the right, leaving the pixel center to its left. So the top left pixel itself may be covered or not depending on the in iterate()
5954 // Make the mesh cover the top half only. If the implementation reads data outside the vertex values it may draw something to the bottom half. in createExtendedDynamicStateTests()
5977 // Make the mesh cover the top half only. If the implementation reads data outside the vertex data it should read the in createExtendedDynamicStateTests()
6505 // * Cover the top borde in createExtendedDynamicStateTests()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c12396 ngtcp2_strm *top; in conn_extend_max_stream_offset() local
12410 top = ngtcp2_conn_tx_strmq_top(conn); in conn_extend_max_stream_offset()
12411 strm->cycle = top->cycle; in conn_extend_max_stream_offset()
/third_party/mesa3d/include/GL/
H A Dglcorearb.h4077 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4078 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4333 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4334 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/openGLES/api/GL/
H A Dglcorearb.h4064 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4065 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4320 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4321 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c3307 /* Look for a top level CEA extension block */ in drm_find_cea_extension()
4114 /* DisplayID CTA extension blocks and top-level CEA EDID in cea_db_offsets()
4117 * 2) Byte 3 is only present in the CEA top level block. in cea_db_offsets()
5805 frame->top_bar = conn_state->tv.margins.top; in drm_hdmi_avi_infoframe_bars()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmxl5005s.c3972 c->top, in mxl5005s_AssignTunerMode()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmxl5005s.c3978 c->top, in mxl5005s_AssignTunerMode()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2859 Node* n = stack.top(); in HashGraphForPGO()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc552 // Visit the roots from the top for a given thread. in Iterate()
824 // objects on frames deeper than the top-most one with a strict mode
1507 // Get the native context of current top context. in MayAccess()
1789 // JavaScript handler for a finally-block might re-throw to top-level. in ThrowInternal()
1910 // Wasm code, we unwind the handlers until the top ENTRY handler is found. in ThrowInternal()
2230 // external handler which is on top of the top-most JS_ENTRY handler. in ThrowInternal()
2498 // A handler cannot be on top if it doesn't exist. For uncatchable exceptions, in ThrowInternal()
2499 // the JavaScript handler cannot be on top. in ThrowInternal()
2512 // external handler which is on top o in ThrowInternal()
[all...]
/third_party/rust/crates/libc/src/
H A Dpsp.rs3685 pub fn sceGumOrtho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32); in sceGumOrtho()
/third_party/toybox/generated/
H A Dflags.h3016 // top >0O*Hk*o*p*u*s#<1d%<100=3000m#n#<1bq[!oO] >0O*Hk*o*p*u*s#<1d%<100=3000m#n#<1bq[!oO]
6017 #define TT this.top
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h95 // Using AAPCS64 terminology, highest addresses at the top:
859 // When setting a result in a register larger than the result itself, the top
950 // top bit.
966 // Signed halve lanes of a vector, and use the carry state to set the top bit.
2831 // The top PAC bit is 55 for the purposes of relative bit fields with TBI,
5041 bool top);
/third_party/glfw/deps/glad/
H A Dgl.h2093 typedef void (GLAD_API_PTR *PFNGLFRUSTUMPROC)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
2332 typedef void (GLAD_API_PTR *PFNGLORTHOPROC)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp553 // and offset meshes to make them cover the top and bottom halves of the framebuffer.
1466 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument
1467 : m_top(top), m_bottom(bottom) in HorizontalSplitGenerator()
1595 // Tests using an off-center triangle may want this generator: fill the image with a solid color but leave the top and left edges in
1651 // Verifies the top left pixel matches exactly.
4737 // The starting point of the oblique line is located in the top left pixel, in a position below and slightly to the left in iterate()
4739 // sure that a bresenham-style line covers the center of the top left pixel, because the left edge of the line goes up in iterate()
4741 // the right, leaving the pixel center to its left. So the top left pixel itself may be covered or not depending on the in iterate()
7360 // Make the mesh cover the top half only. If the implementation reads data outside the vertex values it may draw something to the bottom half. in createExtendedDynamicStateTests()
7384 // Make the mesh cover the top hal in createExtendedDynamicStateTests()
[all...]

Completed in 271 milliseconds

1...<<818283848586878889