Home
last modified time | relevance | path

Searched defs:stride (Results 601 - 625 of 1106) sorted by relevance

1...<<21222324252627282930>>...45

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_rs.c513 etna_compute_tileoffset(const struct pipe_box *box, enum pipe_format format, size_t stride, enum etna_surface_layout layout) etna_compute_tileoffset() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c1221 unsigned stride = hwtnl->cmd.vdecl[i].array.stride; in check_draw_params() local
1310 ASSERTED unsigned stride = range->indexArray.stride; check_draw_params() local
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c186 nop_glMultiTexCoordPointerEXT(GLenum texunit, GLint size, GLenum type, GLsizei stride, const void *pointer) in nop_glMultiTexCoordPointerEXT() argument
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h311 uint32_t stride; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c32 unsigned stride; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp67 vk::VkVertexInputBindingDescription2EXT makeVertexInputBindingDescription2EXT (deUint32 binding, deUint32 stride, vk::VkVertexInputRate inputRate) in makeVertexInputBindingDescription2EXT() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp160 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) in setVertexInputSingleAttribute() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp223 deUint32 stride = 1; in fillRandomNoNaN() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp868 constexpr UINT stride = sizeof(d3d11::PositionTexCoordVertex); in copyOffscreenToBackbuffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp45 CheckedNumeric<int64_t> stride = ComputeVertexAttributeStride(attrib, binding); in GetMaxAttributeByteOffsetForDraw() local
62 angle::CheckedNumeric<size_t> stride = ComputeVertexAttributeStride(attrib, binding); in ElementsInBuffer() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp307 multiDrawArraysIndirect(const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawArraysIndirect() argument
339 multiDrawElementsIndirect(const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawElementsIndirect() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc435 AddVertexBuffer(Buffer* buf, uint32_t location, InputRate rate, Format* format, uint32_t offset, uint32_t stride) AddVertexBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h147 uint32_t stride; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp267 multiDrawArraysIndirect(const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawArraysIndirect() argument
297 multiDrawElementsIndirect(const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawElementsIndirect() argument
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h140 size_t stride() const { return fStride; } in stride() function in GrGeometryProcessor::AttributeSet
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.hpp69 unsigned int stride[MAX_INTERFACE_COMPONENTS / 4]; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexRoutine.cpp98 UInt stride = *Pointer<UInt>(data + OFFSET(DrawData, stride) + sizeof(uint32_t) * (i / 4)); in readInput() local
171 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batch, in readStream() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp235 VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) in vkCmdDrawIndirectCountKHR() argument
240 VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndexedIndirectCountKHR(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) in vkCmdDrawIndexedIndirectCountKHR() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dio_dec.c117 static void FillAlphaPlane(uint8_t* dst, int w, int h, int stride) { in FillAlphaPlane() argument
[all...]
H A Dwebp_dec.c526 DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, const uint8_t* const data, size_t data_size, uint8_t* const rgba, int stride, size_t size) DecodeIntoRGBABuffer() argument
550 WebPDecodeRGBInto(const uint8_t* data, size_t data_size, uint8_t* output, size_t size, int stride) WebPDecodeRGBInto() argument
555 WebPDecodeRGBAInto(const uint8_t* data, size_t data_size, uint8_t* output, size_t size, int stride) WebPDecodeRGBAInto() argument
560 WebPDecodeARGBInto(const uint8_t* data, size_t data_size, uint8_t* output, size_t size, int stride) WebPDecodeARGBInto() argument
565 WebPDecodeBGRInto(const uint8_t* data, size_t data_size, uint8_t* output, size_t size, int stride) WebPDecodeBGRInto() argument
570 WebPDecodeBGRAInto(const uint8_t* data, size_t data_size, uint8_t* output, size_t size, int stride) WebPDecodeBGRAInto() argument
658 WebPDecodeYUV(const uint8_t* data, size_t data_size, int* width, int* height, uint8_t** u, uint8_t** v, int* stride, int* uv_stride) WebPDecodeYUV() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c357 const uint32_t stride = width * NUM_CHANNELS; // at most 25 + 2 bits in WebPAnimDecoderGetNext() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse2.c178 ApplyAlphaMultiply_SSE2(uint8_t* rgba, int alpha_first, int w, int h, int stride) ApplyAlphaMultiply_SSE2() argument
H A Dlossless_enc.c578 void VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorRedTransforms_C() argument
590 void VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorBlueTransforms_C() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp93 unsigned int stride = sizeof(ImDrawVert); in ImGui_ImplDX10_SetupRenderState() local
H A Dimgui_impl_dx11.cpp94 unsigned int stride = sizeof(ImDrawVert); in ImGui_ImplDX11_SetupRenderState() local

Completed in 29 milliseconds

1...<<21222324252627282930>>...45