Home
last modified time | relevance | path

Searched defs:grid (Results 26 - 50 of 61) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c449 crocus_update_grid_size_resource(struct crocus_context *ice, const struct pipe_grid_info *grid) crocus_update_grid_size_resource() argument
479 crocus_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *grid) crocus_launch_grid() argument
[all...]
/third_party/python/Lib/idlelib/
H A Dsidebar.py96 def grid(self): member in BaseSideBar
314 def grid(self): member in LineNumbers
456 def grid(self): member in ShellSidebar
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c37 uint8_t grid[GRID_SIZE][GRID_SIZE][4]; member
H A Dvf_datascope.c764 int grid; member
/third_party/mesa3d/src/freedreno/computerator/
H A Da6xx.c398 a6xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a6xx_emit_grid() argument
259 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t grid[3]) cs_const_emit() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp261 static Vertex grid[GRID_SIZE + 1][GRID_SIZE + 1]; in generateVertexData() local
[all...]
/third_party/skia/gm/
H A Dcomplexclip.cpp427 SkIRect grid = persp.mapRect(SkRect::Make(img->dimensions())).roundOut(); in DEF_SIMPLE_GM() local
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp84 static size_t GenerateGridInfo(OHOS::Accessibility::GridInfo &grid, const uint8_t* data, size_t size) in GenerateGridInfo() argument
256 OHOS::Accessibility::GridInfo grid; in GenerateAccessibilityElementInfoP3() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp510 uint64_t *grid = (uint64_t *)ret; in d3d12_get_compute_param() local
H A Dd3d12_draw.cpp813 pipe_grid_info grid = {}; in update_draw_indirect_with_sysvals() local
861 pipe_grid_info grid = {}; update_draw_auto() local
[all...]
/third_party/skia/samplecode/
H A DSampleFatBits.cpp35 const SkScalar grid = 2; in apply_grid() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp211 const RefPtr<GridComponent> grid = AceType::DynamicCast<GridComponent>(component); in Update() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.h102 void SetGrid(int32_t grid) in SetGrid() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h472 ArkUI_AccessibleGridInfo grid; member
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp416 TestBtnOnClickShapeChangeListener(UIView* uiView, int16_t grid) : uiView_(uiView), changeGrid_(grid) {} in TestBtnOnClickShapeChangeListener() argument
445 TestBtnOnClickPositionChangeListener(UIView* uiView, MoveType moveType, uint16_t grid) in TestBtnOnClickPositionChangeListener() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1536 struct pipe_grid_info grid = {}; in si_query_hw_get_result_resource() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1614 struct pipe_grid_info grid = {}; in r600_query_hw_get_result_resource() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp567 std::vector<PositionColorVertex> generateVertices (const std::vector<UVec4>& grid, const std::vector<Vec4>& colors, const UVec2& renderSize) in generateVertices() argument
896 const std::vector<UVec4> grid = generateGrid(params.numLayers, renderSize); in testVertexShader() local
956 const std::vector<UVec4> grid = generateGrid(params.numLayers, renderSize); in testTessellationShader() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp563 std::vector<PositionColorVertex> generateVertices (const std::vector<UVec4>& grid, const std::vector<Vec4>& colors, const UVec2& renderSize) in generateVertices() argument
885 const std::vector<UVec4> grid = generateGrid(params.numLayers, renderSize); in testVertexShader() local
945 const std::vector<UVec4> grid = generateGrid(params.numLayers, renderSize); in testTessellationShader() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp3280 auto grid = panda::ObjectRef::New(vm); in RegisterGridAttributes() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp64 const RefPtr<GridLayoutComponent> grid = AceType::DynamicCast<GridLayoutComponent>(component); in Update() local
79 const RefPtr<GridLayoutComponent> grid = AceType::DynamicCast<GridLayoutComponent>(component); in NeedUpdate() local
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp1235 napi_value grid = nullptr; in GetElementInfoAllAttribute3() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw_sm.c2547 const uint grid[3] = { screen->mp_count, screen->gpc_count, 1 }; in nvc0_hw_sm_end_query() local
/third_party/python/Lib/tkinter/
H A Dtix.py249 def grid(self, xsize=0, ysize=0): member in Form

Completed in 41 milliseconds

123