/third_party/python/Lib/test/ |
H A D | test_buffer.py | 287 stride = len(items) // s[0] if s[0] else 0 289 start = i*stride 290 lst[i] = _ca(items[start:start+stride], s[1:]) 301 stride = s[0] 303 lst[i] = _fa(items[i::stride], s[1:])
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 338 , stride( stride_ ) in stride() function 378 stride = stride_; 397 VULKAN_HPP_NAMESPACE::DeviceSize stride = {}; member 1500 , stride( stride_ ) 1540 stride = stride_; 1567 ( numAABBs == rhs.numAABBs ) && ( stride == rhs.stride ) && ( offset == rhs.offset ); 1581 uint32_t stride = {}; member 7720 , stride( stride_ ) in stride() function 7756 stride 7788 uint32_t stride = {}; global() member 18129 , stride( stride_ ) stride() function 18220 size_t stride = {}; global() member 27318 uint32_t stride = {}; global() member 70226 VULKAN_HPP_NAMESPACE::DeviceSize stride = {}; global() member 73185 uint32_t stride = {}; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | virtio_net.c | 2780 int stride; in virtnet_set_affinity() local 2788 stride = max_t(int, num_cpu / vi->curr_queue_pairs, 1); in virtnet_set_affinity() 2795 group_size = stride + (i < stragglers ? 1 : 0); in virtnet_set_affinity()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 3820 unsigned stride = strmout->stride[i]; in emit_stream_out() local 3827 create_immed(ctx->block, stride * 4), 0); in emit_stream_out()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 688 * \brief Calculates the stride in pixels based on the pitch in bytes and pixel 768 surface_params.stride = pvr_stride_from_pitch(level_pitch, iview->vk.format); in pvr_setup_pbe_state() 2068 * stride from the pipeline. in pvr_CmdBindVertexBuffers() 4773 uint32_t stride) in pvr_CmdDrawIndexedIndirect() 4782 uint32_t stride) in pvr_CmdDrawIndirect() 4769 pvr_CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) pvr_CmdDrawIndexedIndirect() argument 4778 pvr_CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) pvr_CmdDrawIndirect() argument
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1740 void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) in ImFontAtlasBuildMultiplyRectAlpha8() argument 1742 unsigned char* data = pixels + x + y * stride; in ImFontAtlasBuildMultiplyRectAlpha8() 1743 for (int j = h; j > 0; j--, data += stride) in ImFontAtlasBuildMultiplyRectAlpha8()
|
H A D | imgui_widgets.cpp | 5365 ImGuiPlotArrayGetterData(const float* values, int stride) { Values = values; Stride = stride; } 5375 void ImGui::PlotLines(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) 5377 ImGuiPlotArrayGetterData data(values, stride); 5386 void ImGui::PlotHistogram(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) 5388 ImGuiPlotArrayGetterData data(values, stride);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.cpp | 3162 GLsizei stride, in CaptureVertexAttribPointer() 3171 paramBuffer.addValueParam("stride", ParamType::TGLsizei, stride); in CaptureVertexAttribPointer() 3178 normalized, stride, pointer, &pointerParam); in CaptureVertexAttribPointer() 3156 CaptureVertexAttribPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer) CaptureVertexAttribPointer() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 4420 glw::GLuint stride = in bindBOForDraw() local 4425 gl.vertexAttribPointer(position_location, 4, GL_FLOAT, GL_FALSE, stride, NULL); in bindBOForDraw() 4426 gl.vertexAttribPointer(color_location, 4, GL_FLOAT, GL_FALSE, stride, color_offset); in bindBOForDraw()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 2291 void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256], unsigned char* pixels, int x, int y, int w, int h, int stride) in ImFontAtlasBuildMultiplyRectAlpha8() argument 2293 unsigned char* data = pixels + x + y * stride; in ImFontAtlasBuildMultiplyRectAlpha8() 2294 for (int j = h; j > 0; j--, data += stride) in ImFontAtlasBuildMultiplyRectAlpha8()
|
H A D | imgui_widgets.cpp | 6543 ImGuiPlotArrayGetterData(const float* values, int stride) { Values = values; Stride = stride; } 6553 void ImGui::PlotLines(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) 6555 ImGuiPlotArrayGetterData data(values, stride); 6564 void ImGui::PlotHistogram(const char* label, const float* values, int values_count, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) 6566 ImGuiPlotArrayGetterData data(values, stride);
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 510 (SpvId) memoryLayout.stride(*field.fType), in writeStruct() 628 (int32_t) layout.stride(*type), in getType() 638 (int32_t) layout.stride(*type), in getType()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.2.c | 361 // width height, and stride measure a number of elements, not necessarily a 370 size_t stride; \ 429 ret.stride = 0; in wuffs_base__empty_table_u8() 2225 tab->stride = 1024; in wuffs_base__pixel_buffer__set_from_slice() 2248 tab->stride = width; in wuffs_base__pixel_buffer__set_from_slice() 2317 ret.stride = 0; in wuffs_base__pixel_buffer__plane() 4171 return wuffs_base__make_slice_u8(t.ptr + (t.stride * y), t.width); in wuffs_base__table_u8__row()
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | adma.c | 1449 int stride = slot->slots_per_op; in ppc440spe_adma_free_slots() local 1451 while (stride--) { in ppc440spe_adma_free_slots() 1520 dev_dbg(chan->device->common.dev, "\tfree slot %llx: %d stride: %d\n", in ppc440spe_adma_clean_slot()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1767 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, in skip_txbd() argument 1770 struct txbd8 *new_bd = bdp + stride; in skip_txbd()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 2290 binding.stride = cmd->buf[i].stride; in vmw_cmd_dx_set_vertex_buffers()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1734 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, in skip_txbd() argument 1737 struct txbd8 *new_bd = bdp + stride; in skip_txbd()
|
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/ |
H A D | adma.c | 1447 int stride = slot->slots_per_op; in ppc440spe_adma_free_slots() local 1449 while (stride--) { in ppc440spe_adma_free_slots() 1518 dev_dbg(chan->device->common.dev, "\tfree slot %llx: %d stride: %d\n", in ppc440spe_adma_clean_slot()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 2326 binding.stride = cmd->buf[i].stride; in vmw_cmd_dx_set_vertex_buffers()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp_neon.S | 470 @ back up to P2: dst -= stride * 6 526 @ back up to P2: u,v -= stride * 6
|
/third_party/glfw/src/ |
H A D | wl_window.c | 148 const int stride = image->width * 4; in createShmBuffer() local 189 stride, WL_SHM_FORMAT_ARGB8888); in createShmBuffer()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.c | 185 fprintf(stderr, "%u%s", so->stride[i], i < 3 ? ", " : ""); in si_dump_streamout() 216 /* A streamout buffer offset is loaded if the stride is non-zero. */ in declare_streamout_params() 218 if (!so->stride[i]) in declare_streamout_params()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 2102 pipeline->vb[b].stride = state->vi->bindings[b].stride; in anv_graphics_pipeline_init()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 567 offsetof(struct brw_image_param, stride), 4); in crocus_setup_uniforms() 1371 * array indexing needs a stride. 2497 screen->vtbl.update_so_strides(ice, ish->stream_output.stride); in crocus_update_compiled_shaders()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 804 bindingDescription.stride = sizeof(tcu::Vec2); in makeGraphicsPipeline() 1953 bindingDescription.stride = sizeof(tcu::Vec2); in makeGraphicsPipeline()
|