Home
last modified time | relevance | path

Searched refs:stride (Results 2151 - 2165 of 2165) sorted by relevance

1...<<81828384858687

/third_party/backends/backend/
H A Davision.c5421 const size_t stride = format->bytes_per_channel * elements_per_line; in sort_and_average() local
5449 uint8_t* ptr2 = ptr1 + line * stride; /* pixel */ in sort_and_average()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1358 * binding stride and rasterization discard itself. in radv_pipeline_needed_dynamic_state()
1488 return input_binding->stride; in radv_get_attrib_stride()
1518 info.binding_stride[desc->binding] = desc->stride; in radv_pipeline_init_vertex_input_info()
1569 * case the VkVertexInputBindingDescription::stride in radv_pipeline_init_vertex_input_info()
1572 * Make sure the vertex attribute stride is zero to in radv_pipeline_init_vertex_input_info()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1139 unsigned stride = glsl_get_explicit_stride(without); in var_fill_const_array() local
1143 const_vals, offset + (elt * stride)); in var_fill_const_array()
/third_party/skia/src/core/
H A DSkVM.cpp664 Ptr Builder::arg(int stride) { in arg() argument
666 fStrides.push_back(stride); in arg()
2903 // loopK: ... insts on K x T vectors; N -= K, args += K*stride; goto testK;
2957 // loop1: ... insts on scalars; N -= 1, args += stride; goto test1;
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp406 src.stride = imageWidthInByte; in DrawImage()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp2078 tie(succ, vertexInfo.stride) = NVal(env, funcArg[NARG_POS::FIFTH]).ToGLsizei(); in VertexAttribPointer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp2125 if (vb->buffer_offset & align_mask || vb->stride & align_mask) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp147 GLsizei stride) in CanMultiDrawIndirectUseCmd()
2907 GLsizei stride) in synchronizeCpuGpuTime()
2909 return multiDrawArraysIndirectHelper(context, mode, indirect, drawcount, stride); in synchronizeCpuGpuTime()
2916 GLsizei stride) in synchronizeCpuGpuTime()
2918 if (drawcount > 1 && !CanMultiDrawIndirectUseCmd(this, mVertexArray, mode, drawcount, stride)) in synchronizeCpuGpuTime()
2920 return rx::MultiDrawArraysIndirectGeneral(this, context, mode, indirect, drawcount, stride); in synchronizeCpuGpuTime()
2923 // Stride must be a multiple of the size of VkDrawIndirectCommand (stride = 0 is invalid when in synchronizeCpuGpuTime()
2925 uint32_t vkStride = (stride == 0 && drawcount > 1) ? sizeof(VkDrawIndirectCommand) : stride; in synchronizeCpuGpuTime()
3008 GLsizei stride) in synchronizeCpuGpuTime()
143 CanMultiDrawIndirectUseCmd(ContextVk *contextVk, VertexArrayVk *vertexArray, gl::PrimitiveMode mode, GLsizei drawcount, GLsizei stride) CanMultiDrawIndirectUseCmd() argument
2903 multiDrawArraysIndirect(const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) synchronizeCpuGpuTime() argument
2912 multiDrawArraysIndirectHelper(const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) synchronizeCpuGpuTime() argument
3003 multiDrawElementsIndirect(const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) synchronizeCpuGpuTime() argument
3013 multiDrawElementsIndirectHelper(const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) synchronizeCpuGpuTime() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp398 static const vk::VkDescriptorUpdateTemplateEntry createTemplateBinding (deUint32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, size_t offset, size_t stride) in createTemplateBinding() argument
407 stride in createTemplateBinding()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp398 static const vk::VkDescriptorUpdateTemplateEntry createTemplateBinding (deUint32 binding, deUint32 arrayElement, deUint32 descriptorCount, vk::VkDescriptorType descriptorType, size_t offset, size_t stride) in createTemplateBinding() argument
407 stride in createTemplateBinding()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp3939 // If struct size is larger than array stride, we might be able to fit, if we tightly pack. in mark_scalar_layout_structs()
3953 SPIRV_CROSS_THROW("Cannot express an array stride smaller than size of struct type."); in mark_scalar_layout_structs()
4065 // If we have an array type, array stride must match exactly with SPIR-V. in validate_member_packing_rules_msl()
4130 // We detect this if we have an array of vectors, and array stride is greater than number of elements. in ensure_member_packing_rules_msl()
4135 // Hack off array-of-arrays until we find the array stride per element we must have to make it work. in ensure_member_packing_rules_msl()
8281 uint32_t stride = type_struct_member_array_stride(type, ops[3]); in emit_instruction() local
8283 auto expr = join("(", to_buffer_size_expression(ops[2]), " - ", offset, ") / ", stride); in emit_instruction()
14508 // Array stride in MSL is always size * array_size. sizeof(float3) == 16,
14509 // unlike GLSL and HLSL where array stride would be 16 and size 12.
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp9559 print_uint32_t(obj.stride, "stride", 1); in print_VkVertexInputBindingDescription()
9577 print_uint32_t(obj->stride, "stride", 1); in print_VkVertexInputBindingDescription()
[all...]
H A Dvulkan_json_parser.hpp6224 parse_uint32_t("stride", obj["stride"], (o.stride)); in parse_VkVertexInputBindingDescription()
13201 parse_uint32_t("stride", obj["stride"], (o.stride)); in parse_VkVertexInputBindingDescription2EXT()
/third_party/glfw/deps/
H A Dnuklear.h10994 int w,h,stride; member
11934 result->pixels[j*result->stride + i] = (unsigned char) m; in nk_tt__rasterize_sorted_edges()
12245 gbm.stride = out_stride; in nk_tt_MakeGlyphBitmapSubpixel()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 232 milliseconds

1...<<81828384858687