Home
last modified time | relevance | path

Searched defs:stride (Results 776 - 800 of 1463) sorted by relevance

1...<<31323334353637383940>>...59

/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
H A Dimgui_impl_dx12.cpp123 unsigned int stride = sizeof(ImDrawVert); in ImGui_ImplDX12_SetupRenderState() local
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h185 int stride; // stride in bytes from one scanline to the next. member
362 WebPIDecGetYUV( const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, int* width, int* height, int* stride, int* uv_stride) WebPIDecGetYUV() argument
[all...]
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp307 int stride = lodY + 1; in MakeVertices() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp803 uint32_t stride = gbm_bo_get_stride_for_plane(gbmBo, 0); in TEST_P() local
111 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
125 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp223 deUint32 stride = 1; in fillRandomNoNaN() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp61 GLint stride; member
102 int stride; member
320 int stride; in createRandomBufferData() local
904 int stride; createRandomBufferData() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_beta.h108 uint64_t stride; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp168 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setVertexInputSingleAttribute (const VkFormat vertexFormat, const deUint32 stride) in setVertexInputSingleAttribute() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.cpp48 int stride; //!< Stride or 0 if using default stride. member
[all...]

Completed in 27 milliseconds

1...<<31323334353637383940>>...59