Searched refs:raw_type (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_lower_regioning.cpp | 347 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/ |
D | sqlite_utils.h | 432 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/ |
D | wasm-objects.tq | 76 raw_type: Smi; 90 raw_type: Smi;
|
D | wasm-objects-inl.h | 120 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()
|
D | wasm-objects.h | 207 DECL_INT_ACCESSORS(raw_type) 340 DECL_INT_ACCESSORS(raw_type)
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 100 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/ |
D | js-objects-inl.h | 477 return MessageTemplateFromInt(raw_type()); in type() 492 SMI_ACCESSORS(JSMessageObject, raw_type, kMessageTypeOffset) in ACCESSORS()
|
D | js-objects.h | 1157 DECL_INT_ACCESSORS(raw_type)
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 705 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/ |
D | wasm.tq | 162 const tableType: Smi = table.raw_type;
|
/external/v8/src/compiler/ |
D | code-assembler.cc | 1629 Address CheckObjectType(Address raw_value, Address raw_type, in CheckObjectType() argument 1633 Smi type(raw_type); in CheckObjectType()
|
D | code-assembler.h | 185 Address CheckObjectType(Address raw_value, Address raw_type,
|
/external/v8/src/diagnostics/ |
D | objects-printer.cc | 1775 os << "\n - raw_type: " << raw_type(); in WasmTableObjectPrint() 1787 os << "\n - raw_type: " << raw_type(); in WasmGlobalObjectPrint()
|