| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 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/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 502 LLVMValueRef stride; in fs_fb_fetch() local 1605 load_unswizzled_block(struct gallivm_state *gallivm, LLVMValueRef base_ptr, LLVMValueRef stride, unsigned block_width, unsigned block_height, LLVMValueRef* dst, struct lp_type dst_type, unsigned dst_count, unsigned dst_alignment) load_unswizzled_block() argument 1649 store_unswizzled_block(struct gallivm_state *gallivm, LLVMValueRef base_ptr, LLVMValueRef stride, unsigned block_width, unsigned block_height, LLVMValueRef* src, struct lp_type src_type, unsigned src_count, unsigned src_alignment) store_unswizzled_block() argument 2361 generate_unswizzled_blend(struct gallivm_state *gallivm, unsigned rt, struct lp_fragment_shader_variant *variant, enum pipe_format out_format, unsigned int num_fs, struct lp_type fs_type, LLVMValueRef* fs_mask, LLVMValueRef fs_out_color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][4], LLVMValueRef context_ptr, LLVMValueRef color_ptr, LLVMValueRef stride, unsigned partial_mask, boolean do_branch) generate_unswizzled_blend() argument 3401 LLVMValueRef stride; generate_fragment() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 590 uint16_t stride; member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1030 LLVMValueRef stride, buffer_overflowed, aos, index_valid; in fetch_instanced() local 1912 LLVMValueRef stride, step, io_itr; in draw_llvm_generate() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1276 panfrost_xfb_offset(unsigned stride, struct pipe_stream_output_target *target) in panfrost_xfb_offset() argument 1318 unsigned stride = so->stride[buf] * 4; in panfrost_upload_sysvals() local 2066 unsigned stride = buf->stride; panfrost_emit_vertex_data() local 2231 panfrost_emit_varyings(struct panfrost_batch *batch, struct mali_attribute_buffer_packed *slot, unsigned stride, unsigned count) panfrost_emit_varyings() argument 2384 unsigned stride = 0; pan_assign_varyings() local 2575 unsigned present = linkage->present, stride = linkage->stride; panfrost_emit_varying_descriptor() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.h | 324 uint32_t stride; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 1590 deUint32 stride; member 2189 const int stride in generateSpirv() local 2190 src << "OpDecorate %up_SSB0_IN ArrayStride "<< stride << "\\n"; generateSpirv() local 2260 const int stride = offset + ((extraBytes == 0) ? 0 : (largest - extraBytes)); generateSpirv() local 2261 src << "OpDecorate %up_SSB0_OUT ArrayStride " << stride << "\\n"; generateSpirv() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.cpp | 538 const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseAlignment; in computeReferenceLayout() local 630 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : in computeReferenceLayout() local 661 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : in computeReferenceLayout() local 696 const int stride = deAlign32(size, baseAlignment); computeReferenceLayout() local 1905 const int stride = isLastUnsized ? getUnsizedArrayStride(layout, blockLayout) : 0; computeBufferSizes() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES3.cpp | 3542 ValidateVertexAttribIPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexAttribIPointer() argument
|
| H A D | validationGL1.cpp | 696 ValidateMap1d(const Context *, angle::EntryPoint entryPoint, GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) ValidateMap1d() argument 708 ValidateMap1f(const Context *, angle::EntryPoint entryPoint, GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) ValidateMap1f() argument 1694 ValidateEdgeFlagPointer(const Context *context, angle::EntryPoint entryPoint, GLsizei stride, const void *pointer) ValidateEdgeFlagPointer() argument 1702 ValidateIndexPointer(const Context *context, angle::EntryPoint entryPoint, GLenum type, GLsizei stride, const void *pointer) ValidateIndexPointer() argument 1721 ValidateInterleavedArrays(const Context *context, angle::EntryPoint entryPoint, GLenum format, GLsizei stride, const void *pointer) ValidateInterleavedArrays() argument 2094 ValidateFogCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLenum type, GLsizei stride, const void *pointer) ValidateFogCoordPointer() argument 2286 ValidateSecondaryColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateSecondaryColorPointer() argument
|
| H A D | validationGL4.cpp | 644 ValidateVertexAttribLPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateVertexAttribLPointer() argument 840 ValidateMultiDrawArraysIndirect(const Context *context, angle::EntryPoint entryPoint, GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) ValidateMultiDrawArraysIndirect() argument 850 ValidateMultiDrawElementsIndirect(const Context *context, angle::EntryPoint entryPoint, GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) ValidateMultiDrawElementsIndirect() argument 2157 ValidateVertexArrayVertexBuffer(const Context *context, angle::EntryPoint entryPoint, VertexArrayID vaobj, GLuint bindingindex, BufferID buffer, GLintptr offset, GLsizei stride) ValidateVertexArrayVertexBuffer() argument 2180 ValidateMultiDrawArraysIndirectCount(const Context *context, angle::EntryPoint entryPoint, GLenum mode, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) ValidateMultiDrawArraysIndirectCount() argument 2191 ValidateMultiDrawElementsIndirectCount(const Context *context, angle::EntryPoint entryPoint, GLenum mode, GLenum type, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) ValidateMultiDrawElementsIndirectCount() argument
|
| /third_party/skia/src/core/ |
| H A D | SkVM.h | 622 Ptr varying(int stride) { SkASSERT(stride > 0); return this->arg(stride); } in varying() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 933 GL_APICALL void GL_APIENTRY glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) in glVertexAttribPointer() argument 1210 GL_APICALL void GL_APIENTRY glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in glVertexAttribIPointer() argument
|
| H A D | libGLESv2.cpp | 5566 void GL_APIENTRY VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr) in VertexAttribPointer() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_hlsl.cpp | 5555 uint32_t stride = type_struct_member_array_stride(type, ops[3]); in emit_instruction() local 5556 statement(to_expression(ops[1]), " = (", to_expression(ops[1]), " - ", offset, ") / ", stride, ";"); in emit_instruction() local
|
| H A D | spirv_msl.cpp | 8281 uint32_t stride = type_struct_member_array_stride(type, ops[3]); in emit_instruction() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imstb_truetype.h | 909 int w,h,stride; member
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutCase.cpp | 520 const int stride = baseAlignment; in computeReferenceLayout() local 606 const int stride = isStd140 ? deAlign32(elemBaseAlign, vec4Align) : elemBaseAlign; in computeReferenceLayout() local 634 const int stride = isStd140 ? deAlign32(vecBaseAlign, vec4Align) : vecBaseAlign; in computeReferenceLayout() local 664 const int stride = computeReferenceLayout(layout, curBlockNdx, curOffset, prefix, varType.getElementType(), combinedFlags); computeReferenceLayout() local 1883 const int stride = isLastUnsized ? getUnsizedArrayStride(layout, blockLayout) : 0; computeBufferSizes() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsDrawTest.cpp | 1015 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) in setupArray() argument 1547 char* RandomArrayGenerator::generateArray (int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type) in generateArray() argument 1555 generateBasicArray(int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type) generateBasicArray() argument 1587 createBasicArray(int seed, int elementCount, int componentCount, int offset, int stride) createBasicArray() argument 1638 generatePackedArray(int seed, int elementCount, int componentCount, int offset, int stride) generatePackedArray() argument 2061 createAttributeArray(InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor) createAttributeArray() argument 3247 const size_t stride = (attribSpec.stride == 0) ? (elementSize) : (attribSpec.stride); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderExecutor.cpp | 1590 deUint32 stride; member 2189 const int stride in generateSpirv() local 2190 src << "OpDecorate %up_SSB0_IN ArrayStride "<< stride << "\\n"; generateSpirv() local 2260 const int stride = offset + ((extraBytes == 0) ? 0 : (largest - extraBytes)); generateSpirv() local 2261 src << "OpDecorate %up_SSB0_OUT ArrayStride " << stride << "\\n"; generateSpirv() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.cpp | 538 const int stride = (layoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : baseAlignment; in computeReferenceLayout() local 630 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(elemBasicType) : in computeReferenceLayout() local 661 const int stride = (blockLayoutFlags & LAYOUT_SCALAR) ? getDataTypeByteSize(vecType) : in computeReferenceLayout() local 696 const int stride = deAlign32(size, baseAlignment); computeReferenceLayout() local 1905 const int stride = isLastUnsized ? getUnsizedArrayStride(layout, blockLayout) : 0; computeBufferSizes() local [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 4661 int stride = 0; // keep this 0 unless doing an explicit layout; 0 will mean no decoration, no stride in convertGlslangToSpvType() local 5261 int stride; getArrayStride() local 5278 int stride; getMatrixStride() local 9546 unsigned stride = glslangIntermediate->getXfbStride(symbol->getQualifier().layoutXfbBuffer); getSymbolId() local [all...] |
| /third_party/mesa3d/include/GL/internal/ |
| H A D | dri_interface.h | 849 int stride; /**< Number of bytes from one line to the next. */ member
|
| /third_party/libdrm/include/drm/ |
| H A D | i915_drm.h | 1269 __u32 stride; member
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 4750 tu_CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) tu_CmdDrawIndirect() argument 4777 tu_CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) tu_CmdDrawIndexedIndirect() argument 4806 tu_CmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t drawCount, uint32_t stride) tu_CmdDrawIndirectCount() argument 4841 tu_CmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer _buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t drawCount, uint32_t stride) tu_CmdDrawIndexedIndirectCount() argument [all...] |