Home
last modified time | relevance | path

Searched refs:stride (Results 1276 - 1300 of 1827) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp496 unsigned stride = (inner_comps + outer_comps) * 4; in r600_append_tcs_TF_emission() local
529 nir_imm_int(b, stride), in r600_append_tcs_TF_emission()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c602 dst_stride = dst_transfer->stride; in fallback_copy_image()
615 src_stride = src_transfer->stride; in fallback_copy_image()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c337 unsigned *stride, in dd_screen_resource_get_info()
342 screen->resource_get_info(screen, resource, stride, offset); in dd_screen_resource_get_info()
335 dd_screen_resource_get_info(struct pipe_screen *_screen, struct pipe_resource *resource, unsigned *stride, unsigned *offset) dd_screen_resource_get_info() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c418 pitch = buf_transfer->stride / sizeof(float); in vl_zscan_layout()
589 pitch = buf_transfer->stride; in vl_zscan_upload_quant()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c427 * stride from the width parameter, so we need to configure our in vc4_set_framebuffer_state()
435 (rsc->slices[cso->cbufs[0]->u.tex.level].stride / in vc4_set_framebuffer_state()
441 (rsc->slices[cso->zsbuf->u.tex.level].stride / in vc4_set_framebuffer_state()
/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
165 stride, // uint32_t stride; in setVertexInputSingleAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h251 void setSingleVertexBuffer(const d3d11::Buffer *buffer, UINT stride, UINT offset);
436 UINT stride,
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_params.cpp882 GLsizei stride, in CaptureVertexAttribIPointer_pointer()
886 CaptureVertexAttribPointer_pointer(glState, isCallValid, index, size, typePacked, false, stride, in CaptureVertexAttribIPointer_pointer()
877 CaptureVertexAttribIPointer_pointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer, ParamCapture *paramCapture) CaptureVertexAttribIPointer_pointer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DContextMtl.h135 GLsizei stride) override;
154 GLsizei stride) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp361 params->drawCount, params->stride); in executeCommands()
394 params->stride); in executeCommands()
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp480 config.output.u.RGBA.stride = static_cast<int>(webpDst.rowBytes()); in onGetPixels()
509 const size_t srcRowBytes = config.output.u.RGBA.stride; in onGetPixels()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp112 SkASSERT(vertexAttributeOffset == vertexAttribs.stride()); in setup_vertex_input_state()
123 SkASSERT(instanceAttributeOffset == instanceAttribs.stride()); in setup_vertex_input_state()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBuffer.cpp44 stride = 0; in FrameBuffer()
118 updateState.destStride = stride; in copy()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dvwebp.c146 for (i = 0; i < rgba->height; ++i, line += rgba->u.RGBA.stride) { in ApplyColorProfile()
369 glPixelStorei(GL_UNPACK_ROW_LENGTH, pic->u.RGBA.stride / 4); in HandleDisplay()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx10.cpp93 unsigned int stride = sizeof(ImDrawVert); in ImGui_ImplDX10_SetupRenderState() local
96 ctx->IASetVertexBuffers(0, 1, &bd->pVB, &stride, &offset); in ImGui_ImplDX10_SetupRenderState()
/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
173 stride, // uint32_t stride; in setVertexInputSingleAttribute()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestLog.cpp374 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data) in writeImage() argument
378 if (qpTestLog_writeImage(m_log, name, description, compressionMode, format, width, height, stride, data) == DE_FALSE) in writeImage()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp3132 size_t stride ) const;
3138 size_t stride ) const;
4085 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
4090 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
4203 VULKAN_HPP_NAMESPACE::DeviceSize stride,
4241 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
4248 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
4336 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
4343 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
4499 uint32_t stride ) cons
9661 getResults( uint32_t firstQuery, uint32_t queryCount, size_t dataSize, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags ) const getResults() argument
9688 getResult( uint32_t firstQuery, uint32_t queryCount, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags ) const getResult() argument
9999 stride ); global() variable
10011 stride ); global() variable
10807 stride ); global() variable
10823 stride ); global() variable
11901 stride ); global() variable
11922 stride ); global() variable
14393 stride ); global() variable
14414 stride ); global() variable
14571 stride ); global() variable
14591 stride ); global() variable
16389 stride ); global() variable
16408 stride, global() variable
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c820 const int stride = s->b8_stride * 2; in mpeg4_decode_partition_a() local
846 mot_val[0 + stride] = in mpeg4_decode_partition_a()
847 mot_val[2 + stride] = mx; in mpeg4_decode_partition_a()
850 mot_val[1 + stride] = in mpeg4_decode_partition_a()
851 mot_val[3 + stride] = my; in mpeg4_decode_partition_a()
876 mot_val[0 + stride] = in mpeg4_decode_partition_a()
877 mot_val[2 + stride] = 0; in mpeg4_decode_partition_a()
880 mot_val[1 + stride] = in mpeg4_decode_partition_a()
881 mot_val[3 + stride] = 0; in mpeg4_decode_partition_a()
917 mot_val[0 + stride] in mpeg4_decode_partition_a()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp3818 GL_VertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_VertexAttribLPointer() argument
3822 "context = %d, index = %u, size = %d, type = %s, stride = %d, pointer = 0x%016" PRIxPTR in GL_VertexAttribLPointer()
3825 stride, (uintptr_t)pointer); in GL_VertexAttribLPointer()
3833 size, type, stride, pointer)); in GL_VertexAttribLPointer()
3836 context->vertexAttribLPointer(index, size, type, stride, pointer); in GL_VertexAttribLPointer()
3838 ANGLE_CAPTURE(VertexAttribLPointer, isCallValid, context, index, size, type, stride, in GL_VertexAttribLPointer()
4314 GLsizei stride) in GL_BindVertexBuffer()
4318 "context = %d, bindingindex = %u, buffer = %u, offset = %llu, stride = %d", CID(context), in GL_BindVertexBuffer()
4319 bindingindex, buffer, static_cast<unsigned long long>(offset), stride); in GL_BindVertexBuffer()
4327 bindingindex, bufferPacked, offset, stride)); in GL_BindVertexBuffer()
4311 GL_BindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) GL_BindVertexBuffer() argument
5212 GL_MultiDrawArraysIndirect(GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) GL_MultiDrawArraysIndirect() argument
5243 GL_MultiDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) GL_MultiDrawElementsIndirect() argument
9656 GL_VertexArrayVertexBuffer(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) GL_VertexArrayVertexBuffer() argument
9729 GL_MultiDrawArraysIndirectCount(GLenum mode, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) GL_MultiDrawArraysIndirectCount() argument
9762 GL_MultiDrawElementsIndirectCount(GLenum mode, GLenum type, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) GL_MultiDrawElementsIndirectCount() argument
[all...]
/third_party/mesa3d/include/GL/
H A Dgl.h1118 GLsizei stride, const GLvoid *ptr );
1120 GLAPI void GLAPIENTRY glNormalPointer( GLenum type, GLsizei stride,
1124 GLsizei stride, const GLvoid *ptr );
1126 GLAPI void GLAPIENTRY glIndexPointer( GLenum type, GLsizei stride,
1130 GLsizei stride, const GLvoid *ptr );
1132 GLAPI void GLAPIENTRY glEdgeFlagPointer( GLsizei stride, const GLvoid *ptr );
1143 GLAPI void GLAPIENTRY glInterleavedArrays( GLenum format, GLsizei stride,
1359 GLint stride,
1362 GLint stride,
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c193 size_t dataSize, void *pData, size_t stride) in radv_WriteAccelerationStructuresPropertiesKHR()
205 if (stride * i + sizeof(VkDeviceSize) <= dataSize) { in radv_WriteAccelerationStructuresPropertiesKHR()
223 *(VkDeviceSize *)(data_out + stride * i) = value; in radv_WriteAccelerationStructuresPropertiesKHR()
482 range->primitiveOffset + p * aabb_data->stride); in build_aabbs()
1084 uint32_t stride = get_node_id_stride( in id_to_node_id_offset() local
1087 return nir_imul_imm(b, global_id, stride); in id_to_node_id_offset()
1098 uint32_t stride = get_node_id_stride(build_mode); in id_to_morton_offset() local
1100 return nir_iadd_imm(b, nir_imul_imm(b, global_id, stride), sizeof(uint32_t)); in id_to_morton_offset()
2132 prim_consts.aabb_stride = geom->geometry.aabbs.stride; in radv_CmdBuildAccelerationStructuresKHR()
190 radv_WriteAccelerationStructuresPropertiesKHR( VkDevice _device, uint32_t accelerationStructureCount, const VkAccelerationStructureKHR *pAccelerationStructures, VkQueryType queryType, size_t dataSize, void *pData, size_t stride) radv_WriteAccelerationStructuresPropertiesKHR() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c2711 uint32_t stride) in v3dv_CmdDrawIndirect()
2724 (cmd_buffer, buffer, offset, drawCount, stride); in v3dv_CmdDrawIndirect()
2733 (cmd_buffer, buffer, offset, drawCount, stride); in v3dv_CmdDrawIndirect()
2742 uint32_t stride) in v3dv_CmdDrawIndexedIndirect()
2755 (cmd_buffer, buffer, offset, drawCount, stride); in v3dv_CmdDrawIndexedIndirect()
2764 (cmd_buffer, buffer, offset, drawCount, stride); in v3dv_CmdDrawIndexedIndirect()
2883 * stride from the pipeline. in v3dv_CmdBindVertexBuffers()
3360 uint32_t stride, in v3dv_cmd_buffer_copy_query_results()
3383 job->cpu.query_copy_results.stride = stride; in v3dv_cmd_buffer_copy_query_results()
2707 v3dv_CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) v3dv_CmdDrawIndirect() argument
2738 v3dv_CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) v3dv_CmdDrawIndexedIndirect() argument
3354 v3dv_cmd_buffer_copy_query_results(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_query_pool *pool, uint32_t first, uint32_t count, struct v3dv_buffer *dst, uint32_t offset, uint32_t stride, VkQueryResultFlags flags) v3dv_cmd_buffer_copy_query_results() argument
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1525 binding_desc[0].stride = sizeof(ImDrawVert); in setup_swapchain_data_pipeline()
2091 uint32_t stride) in overlay_CmdDrawIndirect()
2097 device_data->vtable.CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); in overlay_CmdDrawIndirect()
2105 uint32_t stride) in overlay_CmdDrawIndexedIndirect()
2111 device_data->vtable.CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride); in overlay_CmdDrawIndexedIndirect()
2121 uint32_t stride) in overlay_CmdDrawIndirectCount()
2129 maxDrawCount, stride); in overlay_CmdDrawIndirectCount()
2139 uint32_t stride) in overlay_CmdDrawIndexedIndirectCount()
2147 maxDrawCount, stride); in overlay_CmdDrawIndexedIndirectCount()
2086 overlay_CmdDrawIndirect( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) overlay_CmdDrawIndirect() argument
2100 overlay_CmdDrawIndexedIndirect( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) overlay_CmdDrawIndexedIndirect() argument
2114 overlay_CmdDrawIndirectCount( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) overlay_CmdDrawIndirectCount() argument
2132 overlay_CmdDrawIndexedIndirectCount( VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) overlay_CmdDrawIndexedIndirectCount() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp2024 int stride; member in glcts::__anon27702::VertexBindingState
2028 VertexBindingState(int bindingindex) : buffer(0), offset(0), stride(16), divisor(0), index(bindingindex) in VertexBindingState()
2052 if (p != stride) in stateVerify()
2055 << ") is " << p << " should be " << stride << tcu::TestLog::EndMessage; in stateVerify()
2185 vb0.stride = 128; in Run()
2197 vb2.stride = 256; in Run()
2235 vb15.stride = 32; in Run()
2269 vb0.stride = 8; in Run()
2283 vb0.stride = 24; in Run()
3096 An INVALID_VALUE error is generated if stride o in Run()
[all...]

Completed in 69 milliseconds

1...<<51525354555657585960>>...74