Home
last modified time | relevance | path

Searched refs:stride (Results 1551 - 1575 of 1883) sorted by relevance

1...<<61626364656667686970>>...76

/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h1580 typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSINDIRECTEXTPROC) (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride);
1581 typedef void (GL_APIENTRYP PFNGLMULTIDRAWELEMENTSINDIRECTEXTPROC) (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride);
1583 GL_APICALL void GL_APIENTRY glMultiDrawArraysIndirectEXT (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride);
1584 GL_APICALL void GL_APIENTRY glMultiDrawElementsIndirectEXT (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride);
3072 typedef void (GL_APIENTRYP PFNGLMULTIDRAWMESHTASKSINDIRECTNVPROC) (GLintptr indirect, GLsizei drawcount, GLsizei stride);
3073 typedef void (GL_APIENTRYP PFNGLMULTIDRAWMESHTASKSINDIRECTCOUNTNVPROC) (GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride);
3077 GL_APICALL void GL_APIENTRY glMultiDrawMeshTasksIndirectNV (GLintptr indirect, GLsizei drawcount, GLsizei stride);
3078 GL_APICALL void GL_APIENTRY glMultiDrawMeshTasksIndirectCountNV (GLintptr indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride);
3297 typedef void (GL_APIENTRYP PFNGLGETPATHMETRICSNVPROC) (GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const void *paths, GLuint pathBase, GLsizei stride, GLfloat *metrics);
3298 typedef void (GL_APIENTRYP PFNGLGETPATHMETRICRANGENVPROC) (GLbitfield metricQueryMask, GLuint firstPathName, GLsizei numPaths, GLsizei stride, GLfloa
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp428 // Very indescoverable defect, the column stride should be calculated by rows, such as mat2x3, which is 2, columns 3 rows, its column stride should be 3 * sizeof(float) in GetGLSLConstructor()
654 /** Calculate stride for the type according to std140 rules
664 GLuint stride = alignment * n_columns; in CalculateStd140Stride() local
667 stride *= n_array_elements; in CalculateStd140Stride()
670 return stride; in CalculateStd140Stride()
3624 * @param stride Stride
3628 GLsizei stride, const GLvoid* pointer) in Attribute()
3632 AttribPointer(gl, index, type, n_array_elements, normalized, stride, pointer); in Attribute()
3653 * @param stride Strid
3627 Attribute(GLuint index, const Type& type, GLuint n_array_elements, GLboolean normalized, GLsizei stride, const GLvoid* pointer) Attribute() argument
3656 AttribPointer(const Functions& gl, GLuint index, const Type& type, GLuint n_array_elements, GLboolean normalized, GLsizei stride, const GLvoid* pointer) AttribPointer() argument
5357 GLuint stride = 0; calculateStride() local
6745 GLint stride = variable.m_expected_stride_of_element; test() local
10614 const GLuint stride = calculateStride(*vs_uni_block); test() local
12378 const GLuint stride = calculateStride(*vs_buf_Block); test() local
22181 GLint stride = 0; test() local
23440 GLint stride = 0; test() local
26341 GLint stride = 0; test() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhpeldsp_msa.c33 #define PCKEV_ST_SB4(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \
40 ST_SB4(tmp0_m, tmp1_m, tmp2_m, tmp3_m, pdst_m, stride); \
44 pdst, stride) \
52 ST_D4(tmp0_m, tmp1_m, 0, 1, 0, 1, pdst_m, stride); \
H A Dvp8_lpf_msa.c286 #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) \
294 SH(tmp0_h, pdst + stride); \
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S349 @ void itxfm_add(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
622 @ r1 = dst stride
1069 @ r1 = dst stride
1557 @ Double stride of the input, since we only read every other line
1670 @ r1 = dst stride
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1204 uint32_t stride, length, *vbuf; in nvc0_blit_3d() local
1317 stride = (3 + 2) * 4; in nvc0_blit_3d()
1318 length = stride * 3 * info->dst.box.depth; in nvc0_blit_3d()
1333 PUSH_DATA (push, NVC0_3D_VERTEX_ARRAY_FETCH_ENABLE | stride << in nvc0_blit_3d()
H A Dnvc0_program.c523 tfb->stride[b] = pso->stride[b] * 4; in nvc0_program_create_tfb_state()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_bind_test.cc1061 EXPECT_EQ(5u, info1.stride); in TEST_F()
1066 EXPECT_EQ(10u, info2.stride); in TEST_F()
1101 EXPECT_EQ(1u, info1.stride); in TEST_F()
1106 EXPECT_EQ(2u, info2.stride); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp933 GL_APICALL void GL_APIENTRY glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) in glVertexAttribPointer() argument
935 return gl::VertexAttribPointer(index, size, type, normalized, stride, ptr); in glVertexAttribPointer()
1210 GL_APICALL void GL_APIENTRY glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in glVertexAttribIPointer() argument
1212 return gl::VertexAttribIPointer(index, size, type, stride, pointer); in glVertexAttribIPointer()
H A DlibGLESv3.cpp1810 void GL_APIENTRY VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in VertexAttribIPointer() argument
1813 index, size, type, stride, pointer); in VertexAttribIPointer()
1820 if(size < 1 || size > 4 || stride < 0) in VertexAttribIPointer()
1850 context->setVertexAttribState(index, context->getArrayBuffer(), size, type, false, true, stride, pointer); in VertexAttribIPointer()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp2209 spvc_result spvc_compiler_type_struct_member_array_stride(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *stride) in spvc_compiler_type_struct_member_array_stride() argument
2213 *stride = compiler->compiler->type_struct_member_array_stride(*static_cast<const SPIRType *>(type), index); in spvc_compiler_type_struct_member_array_stride()
2219 spvc_result spvc_compiler_type_struct_member_matrix_stride(spvc_compiler compiler, spvc_type type, unsigned index, unsigned *stride) in spvc_compiler_type_struct_member_matrix_stride() argument
2223 *stride = compiler->compiler->type_struct_member_matrix_stride(*static_cast<const SPIRType *>(type), index); in spvc_compiler_type_struct_member_matrix_stride()
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h727 for (int i = dim-1, stride = 1; i >= 0; i--) { in clut()
734 // Notice how we fold in the accumulated stride across previous dimensions here. in clut()
735 index[i+0] = lo * stride; in clut()
736 index[i+4] = hi * stride; in clut()
737 stride *= grid_points[i]; in clut()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp1938 VULKAN_HPP_NAMESPACE::DeviceSize stride,
1949 static_cast<VkDeviceSize>( stride ),
1961 VULKAN_HPP_NAMESPACE::DeviceSize stride, in getQueryPoolResults()
1972 static_cast<VkDeviceSize>( stride ), in getQueryPoolResults()
1985 VULKAN_HPP_NAMESPACE::DeviceSize stride, in getQueryPoolResults()
1998 static_cast<VkDeviceSize>( stride ), in getQueryPoolResults()
2011 VULKAN_HPP_NAMESPACE::DeviceSize stride, in getQueryPoolResult()
2023 static_cast<VkDeviceSize>( stride ), in getQueryPoolResult()
4752 uint32_t stride,
4757 m_commandBuffer, static_cast<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), drawCount, stride );
1957 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, ArrayProxy<T> const & data, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument
1981 getQueryPoolResults( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResults() argument
2008 getQueryPoolResult( VULKAN_HPP_NAMESPACE::QueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags, Dispatch const & d ) const getQueryPoolResult() argument
13904 writeAccelerationStructuresPropertiesKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> const & accelerationStructures, VULKAN_HPP_NAMESPACE::QueryType queryType, ArrayProxy<T> const & data, size_t stride, Dispatch const & d ) const writeAccelerationStructuresPropertiesKHR() argument
13926 writeAccelerationStructuresPropertiesKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> const & accelerationStructures, VULKAN_HPP_NAMESPACE::QueryType queryType, size_t dataSize, size_t stride, Dispatch const & d ) const writeAccelerationStructuresPropertiesKHR() argument
13950 writeAccelerationStructuresPropertyKHR( ArrayProxy<const VULKAN_HPP_NAMESPACE::AccelerationStructureKHR> const & accelerationStructures, VULKAN_HPP_NAMESPACE::QueryType queryType, size_t stride, Dispatch const & d ) const writeAccelerationStructuresPropertyKHR() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcavsdec.c547 * @param stride line stride in frame buffer
551 int qp, uint8_t *dst, ptrdiff_t stride) in decode_residual_block()
591 h->cdsp.cavs_idct8_add(dst, block, stride); in decode_residual_block()
549 decode_residual_block(AVSContext *h, GetBitContext *gb, const struct dec_2dvlc *r, int esc_golomb_order, int qp, uint8_t *dst, ptrdiff_t stride) decode_residual_block() argument
H A Dadpcmenc.c352 ADPCMChannelStatus *c, int n, int stride) in adpcm_compress_trellis()
394 int sample = samples[i * stride]; in adpcm_compress_trellis()
350 adpcm_compress_trellis(AVCodecContext *avctx, const int16_t *samples, uint8_t *dst, ADPCMChannelStatus *c, int n, int stride) adpcm_compress_trellis() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_colorspace.c274 static void apply_lut(int16_t *buf[3], ptrdiff_t stride, in apply_lut() argument
286 data += stride; in apply_lut()
317 // FIXME for simd, also make sure we do pictures with negative stride in convert()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_fspp.asm485 cglobal row_idct, 4, 5, 0, 16, src, dst, stride, cnt, stride3
615 cglobal row_fdct, 4, 5, 0, 16, src, pix, stride, cnt, stride3
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c286 info->stride, in handle_copy_query_results_cpu_job()
391 dst_ptr + dst_offset, slice->stride, in handle_copy_buffer_to_image_cpu_job()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp541 void PipelineBuilder::add_vertex_binding(uint32_t binding, uint32_t stride, VkVertexInputRate rate) in add_vertex_binding() argument
543 vs_bindings[vs_input.vertexBindingDescriptionCount++] = {binding, stride, rate}; in add_vertex_binding()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c162 so->base.stream_output.stride[buffer] = in v3d_set_transform_feedback_outputs()
163 stream_output->stride[buffer]; in v3d_set_transform_feedback_outputs()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c465 cmd->guest.pitch = st->base.stride; in SVGA3D_SurfaceDMA()
478 pSuffix->maximumOffset = st->hw_nblocksy*st->base.stride; in SVGA3D_SurfaceDMA()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c598 pipeline->stream_output.stride[i] = xfb_info->buffers[i].stride / 4; in lvp_pipeline_xfb_init()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShader.cpp900 /* stream_output.stride[i] is in dwords */ in CreateGeometryShaderWithStreamOutput()
902 pShader->state.stream_output.stride[i] = in CreateGeometryShaderWithStreamOutput()
905 pShader->state.stream_output.stride[i] = total_components[i]; in CreateGeometryShaderWithStreamOutput()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c840 + start * pvb->stride; in lima_update_gp_attribute_info()
841 attribute[n++] = (pvb->stride << 11) | in lima_update_gp_attribute_info()
H A Dlima_job.c748 wb[wb_idx].pitch = res->levels[level].stride / 8; in lima_pack_wb_zsbuf_reg()
783 wb[wb_idx].pitch = res->levels[level].stride / 8; in lima_pack_wb_cbuf_reg()

Completed in 83 milliseconds

1...<<61626364656667686970>>...76