Home
last modified time | relevance | path

Searched defs:array_size (Results 1 - 25 of 130) sorted by relevance

123456

/third_party/ltp/testcases/kernel/fs/doio/
H A Dstring_to_tokens.c80 string_to_tokens(char *arg_string, char *arg_array[], int array_size, in string_to_tokens() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dlayout.rs119 pub fn array_size(&self, ctx: &BindgenContext) -> Option<usize> { in known_rust_type_for_array() functions
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd5_layout.c33 fdl5_layout(struct fdl_layout *layout, enum pipe_format format, uint32_t nr_samples, uint32_t width0, uint32_t height0, uint32_t depth0, uint32_t mip_levels, uint32_t array_size, bool is_3d) fdl5_layout() argument
H A Dfd_layout_test.h27 int array_size; /* Size for array textures, or 0 otherwise. */ member
H A Dfd6_layout.c104 fdl6_layout(struct fdl_layout *layout, enum pipe_format format, uint32_t nr_samples, uint32_t width0, uint32_t height0, uint32_t depth0, uint32_t mip_levels, uint32_t array_size, bool is_3d, struct fdl_explicit_layout *explicit_layout) fdl6_layout() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c100 unsigned array_size = 1; in agx_push_location_direct() local
/third_party/elfutils/libdw/
H A Ddwarf_aggregate_size.c53 array_size (Dwarf_Die *die, Dwarf_Word *size, in array_size() function
/third_party/astc-encoder/Source/
H A Dastcenccli_internal.h75 unsigned int array_size; member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_tex_state.h63 uint32_t array_size; member
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.h41 uint32_t array_size; member
/third_party/libdrm/radeon/
H A Dbof.h49 uint32_t array_size; member
/third_party/glfw/tests/
H A Dgamma.c122 const size_t array_size = ramp->size * sizeof(short); in main() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c112 unsigned array_size = 1; in get_reg_for_deref() local
H A Dnir_split_64bit_vec3_and_vec4.c151 unsigned array_size = glsl_get_aoa_size(old_var->type); in get_var_pair() local
H A Dnir_lower_clip.c44 create_clipdist_var(nir_shader *shader, bool output, gl_varying_slot slot, unsigned array_size) create_clipdist_var() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_tess_level.cpp316 int array_size = ir->lhs->type->array_size(); in visit_leave() local
H A Dgl_nir_lower_xfb_varying.c133 unsigned array_size = glsl_get_length(type); in copy_to_new_var() local
H A Dlower_distance.cpp457 int array_size = ir->lhs->type->array_size(); in visit_leave() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.h38 uint32_t array_size; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_uvd.c68 unsigned i, array_size; in r600_video_buffer_create() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp254 image::array_size() const { in array_size() function in image
170 image(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t array_size, size_t row_pitch, size_t slice_pitch, size_t size, void *host_ptr, cl_mem buffer) image() argument
283 image1d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t array_size, size_t slice_pitch, void *host_ptr) image1d_array() argument
304 image2d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t array_size, size_t row_pitch, size_t slice_pitch, void *host_ptr) image2d_array() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_composite_construct.cpp152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_composite_construct.cpp152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() local
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_composite_construct.cpp152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() local
/third_party/libdrm/include/drm/
H A Dvirtgpu_drm.h89 __u32 array_size; member

Completed in 11 milliseconds

123456