Home
last modified time | relevance | path

Searched defs:type_size (Results 1 - 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_constant_expressions.py3 from nir_opcodes import type_has_size, type_size, type_sizes, type_base_type namespace
[all...]
H A Dnir_opt_memcpy.c161 unsigned type_size; in try_lower_memcpy() local
H A Dnir_lower_amul.c53 int (*type_size)(const struct glsl_type *, bool); member
H A Dnir_opcodes.py120 def type_size(type_): function
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_dce.c78 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in midgard_opt_dead_code_eliminate_block() local
H A Dmir_promote_uniforms.c330 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in midgard_promote_uniforms() local
H A Dmir.c224 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in mir_bytemask() local
231 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in mir_set_bytemask() local
241 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in mir_upper_override() local
H A Dmidgard_schedule.c399 unsigned type_size = nir_alu_type_get_type_size(ins->src_types[src]) / 8; in mir_adjust_constant() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp390 unsigned type_size = type_sz(inst->src[i].type); in evaluate_spill_costs() local
416 unsigned type_size = type_sz(inst->dst.type); in evaluate_spill_costs() local
H A Dbrw_reg_type.c507 static const unsigned type_size[] = { in brw_reg_type_to_size() local
H A Dbrw_fs_generator.cpp1304 const uint32_t type_size = type_sz(src.type); in generate_ddy() local
H A Dbrw_vec4_nir.cpp579 const int type_size = type_sz(src.type); in nir_emit_intrinsic() local
698 unsigned type_size = type_sz(dest.type); in nir_emit_intrinsic() local
H A Dbrw_eu_validate.c1876 unsigned vstride, width, hstride, type_size, reg, subreg, address_mode; in special_requirements_for_handling_double_precision_data_types() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c107 type_size(const struct glsl_type *type, bool bindless) in type_size() function
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.h90 uint8_t type_size : 8; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h123 int WasmGlobalObject::type_size() const { return type().value_kind_size(); } in type_size() function in v8::internal::WasmGlobalObject
/third_party/ffmpeg/libavcodec/
H A Dsmacker.c277 int mmap_size, mclr_size, full_size, type_size, ret; in decode_header_trees() local
/third_party/ffmpeg/libavformat/
H A Dsdp.c91 resolve_destination(char *dest_addr, int size, char *type, int type_size) resolve_destination() argument
117 resolve_destination(char *dest_addr, int size, char *type, int type_size) resolve_destination() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c173 type_size(const struct glsl_type *type, bool bindless) in type_size() function
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c3762 int num_channels = 0, type_size = 0; in _mesa_format_from_format_and_type() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp57 type_size(const struct glsl_type *type) in type_size() function
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp47 type_size(const struct glsl_type *type, bool bindless) in type_size() function
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc496 const size_t type_size = SizeOfType(type, nullptr /* no error */); in ParseDirectory() local
/third_party/ffmpeg/libavfilter/
H A Dvf_morpho.c53 int type_size; member
73 int type_size; member
116 int type_size; member
261 static int alloc_lut(LUT *Ty, chord_set *SE, int type_size, int mode) in alloc_lut() argument
724 read_iplane(IPlane *imp, const uint8_t *dst, int dst_linesize, int w, int h, int R, int type_size, int depth) read_iplane() argument
822 int type_size = s->type_size; do_morpho() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c724 unsigned type_size = (flags & VK_QUERY_RESULT_64_BIT) ? sizeof(uint64_t) : sizeof(uint32_t); in copy_pool_results_to_buffer() local

Completed in 35 milliseconds

12