Home
last modified time | relevance | path

Searched defs:stride (Results 176 - 200 of 1584) sorted by relevance

12345678910>>...64

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_fs.h54 uint8_t stride; member in fs_reg
124 const unsigned stride = reg.hstride ? 1 << (reg.hstride - 1) : 0; in horiz_offset() local
196 const unsigned stride = ((r.file != ARF && r.file != FIXED_GRF) ? r.stride : in reg_padding() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_query.c93 lvp_GetQueryPoolResults( VkDevice _device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) lvp_GetQueryPoolResults() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.h39 uint32_t stride; member
/third_party/musl/src/malloc/mallocng/
H A Dfree.c107 size_t stride = get_stride(g); in free() local
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c912 GLint stride; in _mesa_decompress_image() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.h55 int32_t stride; member
/third_party/mesa3d/include/android_stub/android/
H A Dnative_window.h103 int32_t stride; member
/third_party/mesa3d/include/android_stub/hardware/
H A Dfb.h55 const int stride; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_fastpath.c60 lp_linear_blit_rgba_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_linear_blit_rgba_blit() argument
109 lp_linear_blit_rgb1_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_linear_blit_rgb1_blit() argument
165 lp_linear_purple(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_linear_purple() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.h66 unsigned stride; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_query.c45 panvk_GetQueryPoolResults(VkDevice _device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) panvk_GetQueryPoolResults() argument
59 panvk_CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags) panvk_CmdCopyQueryPoolResults() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.h180 GLuint stride; member in rx::StaticVertexBufferInterface::final
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.h67 ValidateVertexAttribPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) ValidateVertexAttribPointer() argument
/third_party/skia/src/gpu/
H A DGrVertexChunkArray.h38 GrVertexChunkBuilder(GrMeshDrawTarget* target, GrVertexChunkArray* chunks, size_t stride, in GrVertexChunkBuilder() argument
49 size_t stride() const { return fStride; } in stride() function in GrVertexChunkBuilder
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h36 unsigned int stride; // 0 means not to advance the read pointer at all member
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DXcbSurfaceKHR.cpp117 int stride = image->getImage()->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in present() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dwebpdec.c168 uint64_t stride; in ReadWebP() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dnear_lossless_enc.c115 const int stride = picture->argb_stride; in VP8ApplyNearLossless() local
74 NearLossless(int xsize, int ysize, const uint32_t* argb_src, int stride, int limit_bits, uint32_t* copy_buffer, uint32_t* argb_dst) NearLossless() argument
/third_party/skia/src/sksl/
H A DSkSLMemoryLayout.h80 size_t stride(const Type& type) const { in stride() function in SkSL::MemoryLayout
87 int stride = this->size(type.componentType()); in stride() local
[all...]
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DVulkanBackend.h99 uint32_t stride; // Stride of the buffer in bytes member
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo-ansi.hh44 chafa_print_image_rgb24 (const void *data, int width, int height, int stride) in chafa_print_image_rgb24() argument
157 unsigned int stride = cairo_image_surface_get_stride (surface); in helper_cairo_surface_write_to_ansi_stream() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc37 uint32_t stride = 0; member
92 uint32_t stride in GatherCustomStrideMatrixMembers() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexponential_biased_test.cc134 int stride = eb.GetStride(10); in TEST() local
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeTarga.c43 int stride; in deImage_loadTarga() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H A Dipp_algo.h41 unsigned int stride; member

Completed in 10 milliseconds

12345678910>>...64