Home
last modified time | relevance | path

Searched refs:strides (Results 51 - 75 of 147) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp185 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions (const StrideVec& strides) const = 0;
188 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2 (const StrideVec& strides) const = 0;
332 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions(const StrideVec& strides) const override
335 descriptions.push_back(vk::makeVertexInputBindingDescription(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
340 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2(const StrideVec& strides) const override
343 descriptions.push_back(makeVertexInputBindingDescription2EXT(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
504 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions(const StrideVec& strides) const override
507 descriptions.push_back(vk::makeVertexInputBindingDescription(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
511 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2(const StrideVec& strides) const override
514 descriptions.push_back(makeVertexInputBindingDescription2EXT(0u, static_cast<deUint32>(strides
732 std::vector<vk::VkDeviceSize> strides; global() variable
3515 const auto strides = testConfig.strideConfig.dynamicValue.get(); maybeBindVertexBufferDynStride() local
[all...]
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp273 const int strides[] = { SkToInt(pm.rowBytes()) }; in addFrame() local
274 sws_scale(fSWScaleCtx, src, strides, 0, fInfo.height(), fFrame->data, fFrame->linesize); in addFrame()
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c3132 const GLintptr *offsets, const GLsizei *strides, in vertex_array_vertex_buffers()
3143 * bound buffer object. In this case, the offsets and strides in vertex_array_vertex_buffers()
3145 * ignoring <offsets> and <strides>." in vertex_array_vertex_buffers()
3183 * <offsets> or <strides> is negative (per binding)." in vertex_array_vertex_buffers()
3192 if (strides[i] < 0) { in vertex_array_vertex_buffers()
3194 "%s(strides[%u]=%d < 0)", in vertex_array_vertex_buffers()
3195 func, i, strides[i]); in vertex_array_vertex_buffers()
3200 strides[i] > ctx->Const.MaxVertexAttribStride) { in vertex_array_vertex_buffers()
3202 "%s(strides[%u]=%d > " in vertex_array_vertex_buffers()
3203 "GL_MAX_VERTEX_ATTRIB_STRIDE)", func, i, strides[ in vertex_array_vertex_buffers()
3129 vertex_array_vertex_buffers(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, bool no_error, const char *func) vertex_array_vertex_buffers() argument
3237 vertex_array_vertex_buffers_err(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, const char *func) vertex_array_vertex_buffers_err() argument
3264 _mesa_BindVertexBuffers_no_error(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_BindVertexBuffers_no_error() argument
3277 _mesa_BindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_BindVertexBuffers() argument
3334 _mesa_VertexArrayVertexBuffers_no_error(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_VertexArrayVertexBuffers_no_error() argument
3349 _mesa_VertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_VertexArrayVertexBuffers() argument
[all...]
H A Dglthread.h295 const GLsizei *strides);
H A Dglthread_varray.c479 const GLsizei *strides) in _mesa_glthread_DSAVertexBuffers()
490 strides[i]); in _mesa_glthread_DSAVertexBuffers()
475 _mesa_glthread_DSAVertexBuffers(struct gl_context *ctx, GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_glthread_DSAVertexBuffers() argument
/third_party/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c2118 size_t *strides, in get_cv_pixel_info()
2167 strides[p] = frame->linesize[p]; in get_cv_pixel_info()
2173 frame->data[i] + strides[i] * heights[i] != frame->data[i + 1]) { in get_cv_pixel_info()
2178 *contiguous_buf_size += strides[i] * heights[i]; in get_cv_pixel_info()
2285 size_t strides[AV_NUM_DATA_POINTERS]; in create_cv_pixel_buffer() local
2303 memset(strides, 0, sizeof(strides)); in create_cv_pixel_buffer()
2312 strides, in create_cv_pixel_buffer()
2364 status = copy_avframe_to_pixel_buffer(avctx, frame, *cv_img, strides, heights); in create_cv_pixel_buffer()
2111 get_cv_pixel_info( AVCodecContext *avctx, const AVFrame *frame, int *color, int *plane_count, size_t *widths, size_t *heights, size_t *strides, size_t *contiguous_buf_size) get_cv_pixel_info() argument
H A Dlibdavs2.c129 pic->planes[plane] + line * pic->strides[plane], in davs2_dump_frames()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dpixel_yuv_utils.h102 uint8_t *dstPixels, XYaxis &xyAxis, ImageInfo &info, YUVStrideInfo &strides);
/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h100 uint16_t strides[ACO_MAX_SO_BUFFERS]; member
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp351 const int strides[] = { 0, 7, 16, 17 };
486 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
/third_party/python/Objects/
H A Dabstract.c405 if (view->strides == NULL) { /* C-contiguous by definition */ in _IsFortranContiguous()
420 /* strides != NULL implies both of these */ in _IsFortranContiguous()
427 if (dim > 1 && view->strides[i] != sd) { in _IsFortranContiguous()
445 if (view->strides == NULL) return 1; /* C-contiguous by definition */ in _IsCContiguous()
447 /* strides != NULL implies both of these */ in _IsCContiguous()
454 if (dim > 1 && view->strides[i] != sd) { in _IsCContiguous()
485 pointer += view->strides[i]*indices[i]; in PyBuffer_GetPointer()
693 Py_ssize_t *strides, int itemsize, in PyBuffer_FillContiguousStrides()
702 strides[k] = sd; in PyBuffer_FillContiguousStrides()
708 strides[ in PyBuffer_FillContiguousStrides()
692 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, Py_ssize_t *strides, int itemsize, char fort) PyBuffer_FillContiguousStrides() argument
[all...]
H A Dpicklebufobject.c174 /* strides = (1,) */ in picklebuf_raw()
175 mv->view.strides = &mv->view.itemsize; in picklebuf_raw()
/third_party/skia/src/core/
H A DSkVM.cpp160 std::vector<int> strides; member
2593 switch (fImpl->strides.size()) {
2606 default: break; //SkASSERT(fImpl->strides.size() <= 7);
2613 this->nregs(), this->loop(), fImpl->strides.data(), this->nargs(),
2633 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2641 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2870 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2895 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2917 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2922 K*fImpl->strides[
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_aco_shader_info.h43 ASSIGN_FIELD_CP(so.strides); in radv_aco_convert_shader_so_info()
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h74 int strides[4]; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1507 // Test different strides in init()
1538 const vk::VkDeviceSize strides[] = in init() local
1552 for (int strideIdx = 0; strideIdx < DE_LENGTH_OF_ARRAY(strides); strideIdx++) in init()
1558 testVector.queryResultsStride = strides[strideIdx]; in init()
1563 if (elementSize > testVector.queryResultsStride && strides[strideIdx] != 0) in init()
1568 if (strides[strideIdx] == 0) in init()
1588 << "_stride_" << strides[strideIdx] in init()
1594 << resultSizeStr[resultSizeIdx] << "bit variables, with stride" << strides[strideIdx]; in init() local
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp426 const int strides[] = { 0, 7, 16, 17 }; in init() local
552 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp518 static const int strides[] = { 0, 7, 16, 17 }; in init() local
624 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
/device/soc/rockchip/common/hardware/gpu/include/
H A Dgbm.h263 int strides[4]; member
/device/soc/rockchip/rk3568/hardware/gpu/include/
H A Dgbm.h270 int strides[4]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_gpu.h425 __le32 strides[4]; member
/third_party/mesa3d/src/egl/main/
H A Degldriver.h189 EGLint *fds, EGLint *strides,
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h529 /** Vertex binding strides
914 /** Set vertex binding strides on a command buffer
921 * @param[in] strides binding_count many stride values to set
927 const VkDeviceSize *strides);
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h163 uint16_t *strides);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1483 // Test different strides in init()
1514 const vk::VkDeviceSize strides[] = in init() local
1528 for (int strideIdx = 0; strideIdx < DE_LENGTH_OF_ARRAY(strides); strideIdx++) in init()
1534 testVector.queryResultsStride = strides[strideIdx]; in init()
1539 if (elementSize > testVector.queryResultsStride && strides[strideIdx] != 0) in init()
1544 if (strides[strideIdx] == 0) in init()
1563 << "_stride_" << strides[strideIdx] in init()

Completed in 40 milliseconds

123456