/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSampleLocationsUtil.cpp | 61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSampleLocationsUtil.cpp | 61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | factor.hpp | 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...] |
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrTemplate.java | 215 private int getModule(int[] grid, int x, int y) { in getModule() argument
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | CorrectnessActivity.java | 30 private GridLayout grid; field in CorrectnessActivity
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | a4xx.c | 277 a4xx_emit_grid(struct kernel *kernel, uint32_t grid[3], in a4xx_emit_grid() argument 202 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t grid[3]) cs_const_emit() argument [all...] |
H A D | main.c | 207 uint32_t grid[3] = {0}; in main() local
|
H A D | a6xx.c | 398 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/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_query.c | 351 struct pipe_grid_info grid = {}; in gfx10_sh_query_get_result_resource() local [all...] |
H A D | si_query.c | 1536 struct pipe_grid_info grid = {}; in si_query_hw_get_result_resource() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_compute.c | 587 uint32_t grid[3]; in nv50_launch_grid() local [all...] |
H A D | nv50_query_hw_sm.c | 226 const uint grid[3] = { screen->MPsInTP, screen->TPs, 1 }; in nv50_hw_sm_end_query() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_draw.c | 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 D | crocus_draw.c | 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...] |
/third_party/python/Lib/idlelib/ |
H A D | sidebar.py | 96 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 D | vf_photosensitivity.c | 37 uint8_t grid[GRID_SIZE][GRID_SIZE][4]; member
|
H A D | vf_datascope.c | 764 int grid; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureBarrierTests.cpp | 261 static Vertex grid[GRID_SIZE + 1][GRID_SIZE + 1]; in generateVertexData() local [all...] |
/third_party/skia/gm/ |
H A D | complexclip.cpp | 427 SkIRect grid = persp.mapRect(SkRect::Make(img->dimensions())).roundOut(); in DEF_SIMPLE_GM() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_screen.cpp | 510 uint64_t *grid = (uint64_t *)ret; in d3d12_get_compute_param() local
|
H A D | d3d12_draw.cpp | 813 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 D | SampleFatBits.cpp | 35 const SkScalar grid = 2; in apply_grid() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_query.c | 1614 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 D | vktDrawShaderLayerTests.cpp | 567 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...] |