/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_constant_expressions.py | 3 from nir_opcodes import type_has_size, type_size, type_sizes, type_base_type namespace [all...] |
H A D | nir_opt_memcpy.c | 161 unsigned type_size; in try_lower_memcpy() local
|
H A D | nir_lower_amul.c | 53 int (*type_size)(const struct glsl_type *, bool); member
|
H A D | nir_opcodes.py | 120 def type_size(type_): function
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_dce.c | 78 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in midgard_opt_dead_code_eliminate_block() local
|
H A D | mir_promote_uniforms.c | 330 unsigned type_size = nir_alu_type_get_type_size(ins->dest_type); in midgard_promote_uniforms() local
|
H A D | mir.c | 224 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 D | midgard_schedule.c | 399 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 D | brw_vec4_reg_allocate.cpp | 390 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 D | brw_reg_type.c | 507 static const unsigned type_size[] = { in brw_reg_type_to_size() local
|
H A D | brw_fs_generator.cpp | 1304 const uint32_t type_size = type_sz(src.type); in generate_ddy() local
|
H A D | brw_vec4_nir.cpp | 579 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 D | brw_eu_validate.c | 1876 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 D | lima_program.c | 107 type_size(const struct glsl_type *type, bool bindless) in type_size() function
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.h | 90 uint8_t type_size : 8; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects-inl.h | 123 int WasmGlobalObject::type_size() const { return type().value_kind_size(); } in type_size() function in v8::internal::WasmGlobalObject
|
/third_party/ffmpeg/libavcodec/ |
H A D | smacker.c | 277 int mmap_size, mclr_size, full_size, type_size, ret; in decode_header_trees() local
|
/third_party/ffmpeg/libavformat/ |
H A D | sdp.c | 91 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 D | v3d_program.c | 173 type_size(const struct glsl_type *type, bool bindless) in type_size() function
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 3762 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 D | st_glsl_to_nir.cpp | 57 type_size(const struct glsl_type *type) in type_size() function
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 47 type_size(const struct glsl_type *type, bool bindless) in type_size() function
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | tiff_parser.cc | 496 const size_t type_size = SizeOfType(type, nullptr /* no error */); in ParseDirectory() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_morpho.c | 53 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 D | zink_query.c | 724 unsigned type_size = (flags & VK_QUERY_RESULT_64_BIT) ? sizeof(uint64_t) : sizeof(uint32_t); in copy_pool_results_to_buffer() local
|