Home
last modified time | relevance | path

Searched refs:raw_type (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_lower_regioning.cpp347 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), in lower_src_region() local
349 const unsigned n = type_sz(tmp.type) / type_sz(raw_type); in lower_src_region()
355 ibld.MOV(subscript(tmp, raw_type, j), subscript(raw_src, raw_type, j)); in lower_src_region()
396 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), in lower_dst_region() local
398 const unsigned n = type_sz(tmp.type) / type_sz(raw_type); in lower_dst_region()
408 ibld.MOV(subscript(tmp, raw_type, j), in lower_dst_region()
409 subscript(inst->dst, raw_type, j)); in lower_dst_region()
413 ibld.at(block, inst->next).MOV(subscript(inst->dst, raw_type, j), in lower_dst_region()
414 subscript(tmp, raw_type, j)); in lower_dst_region()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_utils.h432 const char* raw_type = in GetColumnsForTable() local
434 if (!name || !raw_type || !*name) { in GetColumnsForTable()
440 if (strcmp(raw_type, "STRING") == 0) { in GetColumnsForTable()
442 } else if (strcmp(raw_type, "DOUBLE") == 0) { in GetColumnsForTable()
444 } else if (strcmp(raw_type, "BIG INT") == 0 || in GetColumnsForTable()
445 strcmp(raw_type, "UNSIGNED INT") == 0 || in GetColumnsForTable()
446 strcmp(raw_type, "INT") == 0 || in GetColumnsForTable()
447 strcmp(raw_type, "BOOLEAN") == 0) { in GetColumnsForTable()
449 } else if (!*raw_type) { in GetColumnsForTable()
454 PERFETTO_FATAL("Unknown column type '%s' on table %s", raw_type, in GetColumnsForTable()
/external/v8/src/wasm/
Dwasm-objects.tq76 raw_type: Smi;
90 raw_type: Smi;
Dwasm-objects-inl.h120 SMI_ACCESSORS(WasmTableObject, raw_type, kRawTypeOffset) in ACCESSORS()
135 SMI_ACCESSORS(WasmGlobalObject, raw_type, kRawTypeOffset) in ACCESSORS()
139 return wasm::ValueType::FromRawBitField(static_cast<uint32_t>(raw_type())); in ACCESSORS()
393 return wasm::ValueType::Ref(raw_type(), wasm::kNullable); in OBJECT_CONSTRUCTORS_IMPL()
Dwasm-objects.h207 DECL_INT_ACCESSORS(raw_type)
340 DECL_INT_ACCESSORS(raw_type)
/external/v8/src/runtime/
Druntime-wasm.cc100 CONVERT_SMI_ARG_CHECKED(raw_type, 2); in RUNTIME_FUNCTION()
102 wasm::ValueType type = wasm::ValueType::FromRawBitField(raw_type); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Djs-objects-inl.h477 return MessageTemplateFromInt(raw_type()); in type()
492 SMI_ACCESSORS(JSMessageObject, raw_type, kMessageTypeOffset) in ACCESSORS()
Djs-objects.h1157 DECL_INT_ACCESSORS(raw_type)
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c705 SpvId raw_type = bit_size == 1 ? spirv_builder_type_bool(&ctx->builder) : in get_alu_src_raw() local
710 return spirv_builder_emit_composite_extract(&ctx->builder, raw_type, in get_alu_src_raw()
715 raw_type, in get_alu_src_raw()
728 raw_type, in get_alu_src_raw()
/external/v8/src/builtins/
Dwasm.tq162 const tableType: Smi = table.raw_type;
/external/v8/src/compiler/
Dcode-assembler.cc1629 Address CheckObjectType(Address raw_value, Address raw_type, in CheckObjectType() argument
1633 Smi type(raw_type); in CheckObjectType()
Dcode-assembler.h185 Address CheckObjectType(Address raw_value, Address raw_type,
/external/v8/src/diagnostics/
Dobjects-printer.cc1775 os << "\n - raw_type: " << raw_type(); in WasmTableObjectPrint()
1787 os << "\n - raw_type: " << raw_type(); in WasmGlobalObjectPrint()