Home
last modified time | relevance | path

Searched refs:grid (Results 51 - 75 of 136) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c676 dispatch.grid_size_x = util_cpu_to_le32(info->grid[0] * info->block[0]); in si_setup_user_sgprs_co_v2()
677 dispatch.grid_size_y = util_cpu_to_le32(info->grid[1] * info->block[1]); in si_setup_user_sgprs_co_v2()
678 dispatch.grid_size_z = util_cpu_to_le32(info->grid[2] * info->block[2]); in si_setup_user_sgprs_co_v2()
716 radeon_emit(info->grid[i]); in si_setup_user_sgprs_co_v2()
782 radeon_emit(info->grid[0]); in si_setup_nir_user_data()
783 radeon_emit(info->grid[1]); in si_setup_nir_user_data()
784 radeon_emit(info->grid[2]); in si_setup_nir_user_data()
816 info->grid[0], info->grid[1], info->grid[ in si_emit_dispatch_packets()
[all...]
H A Dsi_test_dma_perf.c209 info.grid[0] = DIV_ROUND_UP(num_dwords, dwords_per_wave); in si_test_dma_perf()
210 info.grid[1] = 1; in si_test_dma_perf()
211 info.grid[2] = 1; in si_test_dma_perf()
/third_party/python/Lib/idlelib/
H A Ddebugger.py166 self.bstack.grid(row=0, column=0)
171 self.bsource.grid(row=0, column=1)
177 self.blocals.grid(row=1, column=0)
182 self.bglobals.grid(row=1, column=1)
500 l.grid(row=0, column=0)
525 l.grid(row=row, column=0, sticky="nw")
528 l.grid(row=row, column=1, sticky="nw")
H A Dhelp.py224 toc.grid(row=0, column=0, sticky='nw')
225 text.grid(row=0, column=1, sticky='nsew')
226 scroll.grid(row=0, column=2, sticky='ns')
244 HelpFrame(self, filename).grid(column=0, row=0, sticky='nsew')
H A Dconfigdialog.py115 self.frame.grid(sticky="nwes")
370 frame_font.grid(row=0, column=0, padx=5, pady=5)
371 frame_sample.grid(row=0, column=1, rowspan=3, padx=5, pady=5,
1272 target_title.grid(row=0, column=0, columnspan=2, sticky=W)
1273 self.bindingslist.grid(row=1, column=0, sticky=NSEW)
1274 scroll_target_y.grid(row=1, column=1, sticky=NS)
1275 scroll_target_x.grid(row=2, column=0, sticky=EW)
1277 self.builtin_keyset_on.grid(row=0, column=0, sticky=W+NS)
1278 self.custom_keyset_on.grid(row=1, column=0, sticky=W+NS)
1279 self.builtinlist.grid(ro
[all...]
H A Dtree.py50 label.grid(row=row, column=column)
52 label.grid(row=row+1, column=column)
449 self.canvas.grid(row=0, column=0, sticky="nsew")
451 self.vbar.grid(row=0, column=1, sticky="nse")
453 self.hbar.grid(row=1, column=0, sticky="ews")
H A Dcodecontext.py129 context.grid(row=0, column=1, sticky=NSEW)
135 self.cell00.grid(row=0, column=0, sticky=NSEW)
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c145 grid_size[0] = info->grid[0]; in fill_grid_size()
146 grid_size[1] = info->grid[1]; in fill_grid_size()
147 grid_size[2] = info->grid[2]; in fill_grid_size()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c479 info.grid[2] = 1; in enc_LoadImage_common()
484 info.grid[0] = DIV_ROUND_UP(def->nFrameWidth, 64); in enc_LoadImage_common()
485 info.grid[1] = def->nFrameHeight; in enc_LoadImage_common()
492 info.grid[0] = DIV_ROUND_UP(def->nFrameWidth / 2, 64); in enc_LoadImage_common()
493 info.grid[1] = def->nFrameHeight / 2; in enc_LoadImage_common()
/third_party/python/Lib/turtledemo/
H A D__main__.py168 pane.grid(row=0, columnspan=4, sticky='news')
190 self.output_lbl.grid(row=1, column=0, sticky='news', padx=(0,5))
191 self.start_btn.grid(row=1, column=1, sticky='ew')
192 self.stop_btn.grid(row=1, column=2, sticky='ew')
193 self.clear_btn.grid(row=1, column=3, sticky='ew')
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c433 NOUVEAU_ERR("Failed to launch grid !\n"); in nvc0_launch_grid()
480 /* grid setup */ in nvc0_launch_grid()
482 PUSH_DATA (push, (info->grid[1] << 16) | info->grid[0]); in nvc0_launch_grid()
483 PUSH_DATA (push, info->grid[2]); in nvc0_launch_grid()
532 invocations *= info->grid[0] * info->grid[1] * info->grid[2]; in nvc0_update_compute_invocations_counter()
H A Dnve4_compute.c560 PUSH_DATAp(push, info->grid, 3); in nve4_compute_upload_input()
643 NVA0C0_QMDV00_06_VAL_SET(qmd, CTA_RASTER_WIDTH, info->grid[0]); in nve4_compute_setup_launch_desc()
644 NVA0C0_QMDV00_06_VAL_SET(qmd, CTA_RASTER_HEIGHT, info->grid[1]); in nve4_compute_setup_launch_desc()
645 NVA0C0_QMDV00_06_VAL_SET(qmd, CTA_RASTER_DEPTH, info->grid[2]); in nve4_compute_setup_launch_desc()
703 NVC0C0_QMDV02_01_VAL_SET(qmd, CTA_RASTER_WIDTH, info->grid[0]); in gp100_compute_setup_launch_desc()
704 NVC0C0_QMDV02_01_VAL_SET(qmd, CTA_RASTER_HEIGHT, info->grid[1]); in gp100_compute_setup_launch_desc()
705 NVC0C0_QMDV02_01_VAL_SET(qmd, CTA_RASTER_DEPTH, info->grid[2]); in gp100_compute_setup_launch_desc()
775 NVC3C0_QMDV02_02_VAL_SET(qmd, CTA_RASTER_WIDTH, info->grid[0]); in gv100_compute_setup_launch_desc()
776 NVC3C0_QMDV02_02_VAL_SET(qmd, CTA_RASTER_HEIGHT, info->grid[1]); in gv100_compute_setup_launch_desc()
777 NVC3C0_QMDV02_02_VAL_SET(qmd, CTA_RASTER_DEPTH, info->grid[ in gv100_compute_setup_launch_desc()
[all...]
/third_party/skia/gm/
H A Dcomplexclip.cpp427 SkIRect grid = persp.mapRect(SkRect::Make(img->dimensions())).roundOut(); in DEF_SIMPLE_GM() local
428 grid.fLeft -= 20; // manual adjust to look nicer in DEF_SIMPLE_GM()
434 canvas->translate(-grid.fLeft, -grid.fTop); in DEF_SIMPLE_GM()
436 canvas->translate(0.f, grid.height()); in DEF_SIMPLE_GM()
440 canvas->translate(grid.width(), 0.f); in DEF_SIMPLE_GM()
/third_party/littlefs/scripts/
H A Dtracebd.py467 grid = [None]*(self.width*self.height)
471 grid[x + y*self.width] = b
473 grid = [None]*(self.width*self.height)
477 grid[x + y*self.width] = b
479 grid = self.blocks
488 self.history.append(grid)
494 grid = list(it.chain.from_iterable(
508 b = grid[x+(2-1-(i%2)) + ((row*4)+(4-1-(i//2)))*self.width]
532 b = grid[x + ((row*2)+(2-1-i))*self.width]
552 line.append(grid[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp351 //! Renders a colorful grid of rectangles.
567 std::vector<PositionColorVertex> generateVertices (const std::vector<UVec4>& grid, const std::vector<Vec4>& colors, const UVec2& renderSize) in generateVertices() argument
569 DE_ASSERT(colors.size() == grid.size()); in generateVertices()
572 std::size_t total = grid.size() * 6; in generateVertices()
583 Vec4 cell = grid[i/6].asFloat() * 2.0f; in generateVertices()
896 const std::vector<UVec4> grid = generateGrid(params.numLayers, renderSize); in testVertexShader() local
898 const std::vector<PositionColorVertex> vertices = generateVertices(grid, colors, renderSize); in testVertexShader()
932 const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), renderSize, clearColor, grid[i], colors[i]); in testVertexShader()
956 const std::vector<UVec4> grid = generateGrid(params.numLayers, renderSize); in testTessellationShader() local
958 const std::vector<PositionColorVertex> vertices = generateVertices(grid, color in testTessellationShader()
[all...]
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py224 tk.Label(master, text="Top Level Directory").grid(row=0)
226 self.e1.grid(row = 0, column=1)
228 command=lambda: self.selectDirClicked(master)).grid(row=0,column=3)
230 tk.Label(master, text="Test File Pattern").grid(row=1)
232 self.e2.grid(row = 1, column=1)
/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c37 uint8_t grid[GRID_SIZE][GRID_SIZE][4]; member
124 td->out->grid[gy][gx][c] = sum[c]; in convert_frame_partial()
187 badness += abs((int)a->grid[y][x][c] - (int)b->grid[y][x][c]); in get_badness()
188 //av_log(NULL, AV_LOG_VERBOSE, "%d - %d -> %d \n", a->grid[y][x], b->grid[y][x], badness); in get_badness()
189 //av_log(NULL, AV_LOG_VERBOSE, "%d -> %d \n", abs((int)a->grid[y][x] - (int)b->grid[y][x]), badness); in get_badness()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c3434 const struct pipe_grid_info *grid) in upload_sysvals()
3459 memcpy(map, grid->input, shader->kernel_input_size); in upload_sysvals()
3507 value = grid->work_dim; in upload_sysvals()
5423 const struct pipe_grid_info *grid) in iris_restore_compute_saved_bos()
7096 const struct pipe_grid_info *grid) in iris_load_indirect_location()
7102 assert(grid->indirect); in iris_load_indirect_location()
7121 const struct pipe_grid_info *grid) in iris_upload_compute_walker()
7133 brw_cs_get_dispatch_info(devinfo, cs_prog_data, grid->block); in iris_upload_compute_walker()
7147 if (grid->indirect) in iris_upload_compute_walker()
7148 iris_load_indirect_location(ice, batch, grid); in iris_upload_compute_walker()
3432 upload_sysvals(struct iris_context *ice, gl_shader_stage stage, const struct pipe_grid_info *grid) upload_sysvals() argument
5421 iris_restore_compute_saved_bos(struct iris_context *ice, struct iris_batch *batch, const struct pipe_grid_info *grid) iris_restore_compute_saved_bos() argument
7094 iris_load_indirect_location(struct iris_context *ice, struct iris_batch *batch, const struct pipe_grid_info *grid) iris_load_indirect_location() argument
7119 iris_upload_compute_walker(struct iris_context *ice, struct iris_batch *batch, const struct pipe_grid_info *grid) iris_upload_compute_walker() argument
7184 iris_upload_gpgpu_walker(struct iris_context *ice, struct iris_batch *batch, const struct pipe_grid_info *grid) iris_upload_gpgpu_walker() argument
7336 iris_upload_compute_state(struct iris_context *ice, struct iris_batch *batch, const struct pipe_grid_info *grid) iris_upload_compute_state() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.h78 const struct ia_css_dvs_grid_info *grid);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.h78 const struct ia_css_dvs_grid_info *grid);
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrTemplate.java214 // Returns the value of the bit at the given coordinates in the given grid.
215 private int getModule(int[] grid, int x, int y) { in getModule() argument
219 return QrCode.getBit(grid[i >>> 5], i); in getModule()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a_types.h33 /* 3A statistics grid
76 u32 width; /** Width of 3A grid table.
77 (= Horizontal number of grid cells
80 u32 height; /** Height of 3A grid table.
81 (= Vertical number of grid cells
85 (= Horizontal number of grid cells
89 (= Vertical number of grid cells
158 * in each 3A grid point.
197 grid; /** grid inf member
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h25 /* DVS statistics grid dimensions in number of cells.
29 u32 width; /** Width of DVS grid table in cells */
30 u32 height; /** Height of DVS grid table in cells */
34 * grid, coeffieicient and projection.
41 } grid, coef, proj; member
45 /* DVS statistics grid
53 u32 width; /** Width of DVS grid table.
54 (= Horizontal number of grid cells
59 u32 aligned_width; /** Stride of each grid line.
60 (= Horizontal number of grid cell
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.h69 const struct ia_css_dvs_grid_info *grid);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h25 /* DVS statistics grid dimensions in number of cells.
29 u32 width; /** Width of DVS grid table in cells */
30 u32 height; /** Height of DVS grid table in cells */
34 * grid, coeffieicient and projection.
41 } grid, coef, proj; member
45 /* DVS statistics grid
53 u32 width; /** Width of DVS grid table.
54 (= Horizontal number of grid cells
59 u32 aligned_width; /** Stride of each grid line.
60 (= Horizontal number of grid cell
[all...]

Completed in 29 milliseconds

123456