Home
last modified time | relevance | path

Searched refs:grid (Results 1 - 25 of 136) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_draw.c327 const struct pipe_grid_info *grid) in iris_update_grid_size_resource()
338 if (grid->indirect) { in iris_update_grid_size_resource()
339 pipe_resource_reference(&grid_ref->res, grid->indirect); in iris_update_grid_size_resource()
340 grid_ref->offset = grid->indirect_offset; in iris_update_grid_size_resource()
342 /* Zero out the grid size so that the next non-indirect grid launch will in iris_update_grid_size_resource()
347 } else if (memcmp(ice->state.last_grid, grid->grid, sizeof(grid->grid)) ! in iris_update_grid_size_resource()
326 iris_update_grid_size_resource(struct iris_context *ice, const struct pipe_grid_info *grid) iris_update_grid_size_resource() argument
382 iris_launch_grid(struct pipe_context *ctx, const struct pipe_grid_info *grid) iris_launch_grid() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c450 const struct pipe_grid_info *grid) in crocus_update_grid_size_resource()
456 if (grid->indirect) { in crocus_update_grid_size_resource()
457 pipe_resource_reference(&grid_ref->res, grid->indirect); in crocus_update_grid_size_resource()
458 grid_ref->offset = grid->indirect_offset; in crocus_update_grid_size_resource()
460 /* Zero out the grid size so that the next non-indirect grid launch will in crocus_update_grid_size_resource()
464 } else if (memcmp(ice->state.last_grid, grid->grid, sizeof(grid->grid)) ! in crocus_update_grid_size_resource()
449 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...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c25 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 },
45 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis_horicoef_vmem_encode()
46 from->grid.bqs_per_grid_cell; in ia_css_sdis_horicoef_vmem_encode()
47 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis_horicoef_vmem_encode()
72 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis_vertcoef_vmem_encode()
73 from->grid.bqs_per_grid_cell; in ia_css_sdis_vertcoef_vmem_encode()
74 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis_vertcoef_vmem_encode()
190 dis->grid.dim.width = in ia_css_sdis_init_info()
192 dis->grid.dim.height = in ia_css_sdis_init_info()
194 dis->grid in ia_css_sdis_init_info()
309 ia_css_isp_dvs_statistics_allocate( const struct ia_css_dvs_grid_info *grid) ia_css_isp_dvs_statistics_allocate() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c25 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 },
45 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis_horicoef_vmem_encode()
46 from->grid.bqs_per_grid_cell; in ia_css_sdis_horicoef_vmem_encode()
47 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis_horicoef_vmem_encode()
72 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis_vertcoef_vmem_encode()
73 from->grid.bqs_per_grid_cell; in ia_css_sdis_vertcoef_vmem_encode()
74 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis_vertcoef_vmem_encode()
190 dis->grid.dim.width = in ia_css_sdis_init_info()
192 dis->grid.dim.height = in ia_css_sdis_init_info()
194 dis->grid in ia_css_sdis_init_info()
309 ia_css_isp_dvs_statistics_allocate( const struct ia_css_dvs_grid_info *grid) ia_css_isp_dvs_statistics_allocate() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfactor.hpp57 /// integer array \p grid subject to the constraints given by
63 const std::vector<T> &grid, in next_grid_factor()
72 // We're done with this grid dimension, try the next. in next_grid_factor()
73 return next_grid_factor(limits, grid, factors, in next_grid_factor()
85 grid[d] % block.second[d] == 0) { in next_grid_factor()
86 // We've found a valid grid divisor. in next_grid_factor()
97 return next_grid_factor(limits, grid, factors, in next_grid_factor()
105 /// Find the divisor of the integer array \p grid that gives the
113 const std::vector<T> &grid) { in find_grid_optimal_factor()
115 map(find_integer_prime_factors<T>, grid, coord_limi in find_grid_optimal_factor()
62 next_grid_factor(const std::pair<T, std::vector<T>> &limits, const std::vector<T> &grid, const std::vector<std::vector<T>> &factors, std::pair<T, std::vector<T>> block, unsigned d = 0, unsigned i = 0) next_grid_factor() argument
111 find_grid_optimal_factor(T product_limit, const std::vector<T> &coord_limit, const std::vector<T> &grid) find_grid_optimal_factor() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dia_css_dvs.h164 * @param[in] grid The grid.
168 ia_css_isp_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
178 * @param[in] grid The grid.
182 ia_css_isp_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
192 * @param[in] grid The grid.
196 ia_css_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
206 * @param[in] grid Th
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_dvs.h164 * @param[in] grid The grid.
168 ia_css_isp_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
178 * @param[in] grid The grid.
182 ia_css_isp_dvs2_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
192 * @param[in] grid The grid.
196 ia_css_dvs_statistics_allocate(const struct ia_css_dvs_grid_info *grid);
206 * @param[in] grid Th
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c23 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 },
41 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis2_horicoef_vmem_encode()
42 from->grid.bqs_per_grid_cell; in ia_css_sdis2_horicoef_vmem_encode()
43 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis2_horicoef_vmem_encode()
66 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis2_vertcoef_vmem_encode()
67 from->grid.bqs_per_grid_cell; in ia_css_sdis2_vertcoef_vmem_encode()
68 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis2_vertcoef_vmem_encode()
234 size_bytes = host_stats->grid.aligned_width * sizeof(*htemp_ptr); in ia_css_translate_dvs2_statistics()
240 table_size = table_width * host_stats->grid.aligned_height; in ia_css_translate_dvs2_statistics()
244 for (height = 0; height < host_stats->grid in ia_css_translate_dvs2_statistics()
273 ia_css_isp_dvs2_statistics_allocate( const struct ia_css_dvs_grid_info *grid) ia_css_isp_dvs2_statistics_allocate() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c23 .grid = { 0, 0, 0, 0, 0, 0, 0, 0 },
41 unsigned int aligned_width = from->grid.aligned_width * in ia_css_sdis2_horicoef_vmem_encode()
42 from->grid.bqs_per_grid_cell; in ia_css_sdis2_horicoef_vmem_encode()
43 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis2_horicoef_vmem_encode()
66 unsigned int aligned_height = from->grid.aligned_height * in ia_css_sdis2_vertcoef_vmem_encode()
67 from->grid.bqs_per_grid_cell; in ia_css_sdis2_vertcoef_vmem_encode()
68 unsigned int height = from->grid.num_ver_coefs; in ia_css_sdis2_vertcoef_vmem_encode()
234 size_bytes = host_stats->grid.aligned_width * sizeof(*htemp_ptr); in ia_css_translate_dvs2_statistics()
240 table_size = table_width * host_stats->grid.aligned_height; in ia_css_translate_dvs2_statistics()
244 for (height = 0; height < host_stats->grid in ia_css_translate_dvs2_statistics()
273 ia_css_isp_dvs2_statistics_allocate( const struct ia_css_dvs_grid_info *grid) ia_css_isp_dvs2_statistics_allocate() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp166 * \brief Quad grid class containing position and texture coordinate data.
168 * A quad grid of size S means a grid consisting of S*S quads (S rows and
334 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) in setPixelColors() argument
336 const int gridSize = grid.getSize(); in setPixelColors()
342 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1] in setPixelColors()
363 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) in computeReference() argument
365 const int gridSize = grid.getSize(); in computeReference()
372 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y); in computeReference()
377 setPixelColors(quadColors, dstRegion, grid, ds in computeReference()
686 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
1024 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp60 //! Fill each grid pixel with a distinct samples pattern, rounding locations based on subPixelBits
61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
67 for (deUint32 gridY = 0; gridY < grid.size().y(); ++gridY) in fillSampleLocationsRandom()
68 for (deUint32 gridX = 0; gridX < grid.size().x(); ++gridX) in fillSampleLocationsRandom()
71 for (deUint32 sampleNdx = 0; sampleNdx < numSamplesPerPixel(grid); /* no increment */) in fillSampleLocationsRandom()
84 grid.setSample(gridX, gridY, sampleNdx, location); in fillSampleLocationsRandom()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp60 //! Fill each grid pixel with a distinct samples pattern, rounding locations based on subPixelBits
61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
67 for (deUint32 gridY = 0; gridY < grid.size().y(); ++gridY) in fillSampleLocationsRandom()
68 for (deUint32 gridX = 0; gridX < grid.size().x(); ++gridX) in fillSampleLocationsRandom()
71 for (deUint32 sampleNdx = 0; sampleNdx < numSamplesPerPixel(grid); /* no increment */) in fillSampleLocationsRandom()
84 grid.setSample(gridX, gridY, sampleNdx, location); in fillSampleLocationsRandom()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp215 * \brief Quad grid class containing position and texture coordinate data.
217 * A quad grid of size S means a grid consisting of S*S quads (S rows and
429 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) in setPixelColors() argument
431 const int gridSize = grid.getSize(); in setPixelColors()
437 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1] in setPixelColors()
460 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) in computeReference() argument
462 const int gridSize = grid.getSize(); in computeReference()
469 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y); in computeReference()
474 setPixelColors(quadColors, dstRegion, grid, ds in computeReference()
786 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
1122 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
1462 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
1806 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const computeReferenceCell() argument
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Da4xx.c203 uint32_t grid[3]) in cs_const_emit()
277 a4xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a4xx_emit_grid() argument
284 cs_const_emit(ring, kernel, grid); in a4xx_emit_grid()
288 const unsigned *num_groups = grid; in a4xx_emit_grid()
292 if (!grid[i]) in a4xx_emit_grid()
315 OUT_RING(ring, CP_EXEC_CS_1_NGROUPS_X(grid[0])); in a4xx_emit_grid()
316 OUT_RING(ring, CP_EXEC_CS_2_NGROUPS_Y(grid[1])); in a4xx_emit_grid()
317 OUT_RING(ring, CP_EXEC_CS_3_NGROUPS_Z(grid[2])); in a4xx_emit_grid()
320 OUT_RING(ring, grid[0]); /* HLSQ_CL_KERNEL_GROUP_X */ in a4xx_emit_grid()
321 OUT_RING(ring, grid[ in a4xx_emit_grid()
202 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t grid[3]) cs_const_emit() argument
[all...]
H A Dmain.c207 uint32_t grid[3] = {0}; in main() local
224 ret = sscanf(optarg, "%u,%u,%u", &grid[0], &grid[1], &grid[2]); in main()
269 if (grid[0] == 0) in main()
282 backend->emit_grid(kernel, grid, submit); in main()
/third_party/python/Lib/idlelib/
H A Dhelp_about.py74 header.grid(row=0, column=0, sticky=E, padx=10, pady=10)
82 logo.grid(row=0, column=0, sticky=W, rowspan=2, padx=10, pady=10)
87 byline.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
90 email.grid(row=6, column=0, columnspan=2, sticky=W, padx=10, pady=0)
95 docs.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
99 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
106 vers.grid(row=9, column=0, sticky=W, padx=10, pady=0)
108 py_buttons.grid(row=10, column=0, columnspan=2, sticky=NSEW)
123 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW,
129 idle.grid(ro
[all...]
H A Dsearchbase.py40 row (of grid): 0 in create_widgets(), +1 in make_entry/frame().
90 self.frame.grid(sticky="nwes")
110 label.grid(row=self.row, column=0, sticky="nw")
112 entry.grid(row=self.row, column=1, sticky="nwe")
128 label.grid(row=self.row, column=0, sticky="nw")
132 frame.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
175 b.grid(pady=1,row=rows,column=0,sticky="ew")
176 self.buttonframe.grid(rowspan=rows+1)
182 f.grid(row=0,column=2,padx=2,pady=2,ipadx=2,ipady=2)
H A Dconfig_key.py83 self.frame_keyseq_basic.grid(row=0, column=0, sticky='nsew',
96 self.frame_controls_basic.grid(row=1, column=0, sticky='nsew', padx=5)
106 check.grid(row=0, column=column, padx=2, sticky='w')
118 help_basic.grid(row=1, column=0, columnspan=4, padx=2, sticky='w')
125 self.list_keys_final.grid(row=0, column=4, rowspan=4, sticky='ns')
130 scroll_keys_final.grid(row=0, column=5, rowspan=4, sticky='ns')
134 self.button_clear.grid(row=2, column=0, columnspan=4)
138 self.frame_keyseq_advanced.grid(row=0, column=0, sticky='nsew',
150 self.frame_help_advanced.grid(row=1, column=0, sticky='nsew', padx=5)
161 help_advanced.grid(ro
[all...]
H A Dquery.py97 frame.grid(column=0, row=0, sticky='news')
109 entrylabel.grid(column=0, row=0, columnspan=3, padx=5, sticky=W)
110 self.entry.grid(column=0, row=1, columnspan=3, padx=5, sticky=W+E,
112 self.entry_error.grid(column=0, row=2, columnspan=3, padx=5,
122 self.button_ok.grid(column=1, row=99, padx=5)
123 self.button_cancel.grid(column=2, row=99, padx=5)
274 pathlabel.grid(column=0, row=10, columnspan=3, padx=5, pady=[10,0],
276 self.path.grid(column=0, row=11, columnspan=2, padx=5, sticky=W+E,
278 browse.grid(column=2, row=11, padx=5, sticky=W+S)
279 self.path_error.grid(colum
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c245 count_for_3a = host_stats->grid.width * host_stats->grid.height in ia_css_s3a_hmem_decode()
246 * host_stats->grid.bqs_per_grid_cell in ia_css_s3a_hmem_decode()
247 * host_stats->grid.bqs_per_grid_cell; in ia_css_s3a_hmem_decode()
309 isp_width = host_stats->grid.aligned_width; in ia_css_s3a_dmem_decode()
310 host_width = host_stats->grid.width; in ia_css_s3a_dmem_decode()
311 height = host_stats->grid.height; in ia_css_s3a_dmem_decode()
349 out_width = host_stats->grid.width; in ia_css_s3a_vmem_decode()
350 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode()
354 chunk = ISP_VEC_NELEMS >> host_stats->grid in ia_css_s3a_vmem_decode()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c241 count_for_3a = host_stats->grid.width * host_stats->grid.height in ia_css_s3a_hmem_decode()
242 * host_stats->grid.bqs_per_grid_cell in ia_css_s3a_hmem_decode()
243 * host_stats->grid.bqs_per_grid_cell; in ia_css_s3a_hmem_decode()
304 isp_width = host_stats->grid.aligned_width; in ia_css_s3a_dmem_decode()
305 host_width = host_stats->grid.width; in ia_css_s3a_dmem_decode()
306 height = host_stats->grid.height; in ia_css_s3a_dmem_decode()
344 out_width = host_stats->grid.width; in ia_css_s3a_vmem_decode()
345 out_height = host_stats->grid.height; in ia_css_s3a_vmem_decode()
349 chunk = ISP_VEC_NELEMS >> host_stats->grid in ia_css_s3a_vmem_decode()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c288 info.grid[0] = DIV_ROUND_UP(num_dwords, dwords_per_wave); in si_compute_clear_buffer_rmw()
289 info.grid[1] = 1; in si_compute_clear_buffer_rmw()
290 info.grid[2] = 1; in si_compute_clear_buffer_rmw()
334 info.grid[0] = DIV_ROUND_UP(size_12, 64); in si_compute_clear_12bytes_buffer()
335 info.grid[1] = 1; in si_compute_clear_12bytes_buffer()
336 info.grid[2] = 1; in si_compute_clear_12bytes_buffer()
374 info.grid[0] = DIV_ROUND_UP(num_dwords, dwords_per_wave); in si_compute_do_clear_or_copy()
375 info.grid[1] = 1; in si_compute_do_clear_or_copy()
376 info.grid[2] = 1; in si_compute_do_clear_or_copy()
543 info->grid[ in set_work_size()
[all...]
H A Dgfx10_query.c349 /* Pre-fill the SSBOs and grid. */ in gfx10_sh_query_get_result_resource()
351 struct pipe_grid_info grid = {}; in gfx10_sh_query_get_result_resource() local
359 grid.block[0] = 1; in gfx10_sh_query_get_result_resource()
360 grid.block[1] = 1; in gfx10_sh_query_get_result_resource()
361 grid.block[2] = 1; in gfx10_sh_query_get_result_resource()
362 grid.grid[0] = 1; in gfx10_sh_query_get_result_resource()
363 grid.grid[1] = 1; in gfx10_sh_query_get_result_resource()
364 grid in gfx10_sh_query_get_result_resource()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dcompute.c86 if (info->grid[i] > ctx->Const.MaxComputeWorkGroupCount[i]) { in validate_DispatchCompute()
136 if (info->grid[i] > ctx->Const.MaxComputeWorkGroupCount[i]) { in validate_DispatchComputeGroupSizeARB()
318 info.grid[0] = num_groups_x; in dispatch_compute()
319 info.grid[1] = num_groups_y; in dispatch_compute()
320 info.grid[2] = num_groups_z; in dispatch_compute()
414 info.grid[0] = num_groups_x; in dispatch_compute_group_size()
415 info.grid[1] = num_groups_y; in dispatch_compute_group_size()
416 info.grid[2] = num_groups_z; in dispatch_compute_group_size()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css-params.c1214 * 1. Transfer: Issue DMA transfer request for copying grid cells from DDR to
1251 const struct ipu3_uapi_shd_grid_config *grid, in imgu_css_shd_ops_calc()
1254 unsigned int block_height = 1 << grid->block_height_log2; in imgu_css_shd_ops_calc()
1255 unsigned int grid_height_per_slice = grid->grid_height_per_slice; in imgu_css_shd_ops_calc()
1259 unsigned int positive_y_start = (unsigned int)-grid->y_start; in imgu_css_shd_ops_calc()
1274 * is equal to a set height, we need another line of grid cell - in imgu_css_shd_ops_calc()
1285 * Available partial grid (the part that fits into #IMGU_SHD_SETS sets) in imgu_css_shd_ops_calc()
1296 } else { /* partial grid covers whole frame */ in imgu_css_shd_ops_calc()
1460 * grid smaller than image case
1461 * for example 128x128 grid (bloc
1250 imgu_css_shd_ops_calc(struct imgu_abi_shd_intra_frame_operations_data *ops, const struct ipu3_uapi_shd_grid_config *grid, unsigned int image_height) imgu_css_shd_ops_calc() argument
[all...]

Completed in 18 milliseconds

123456