Home
last modified time | relevance | path

Searched refs:is_rtt (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dlocal-decl-encoder.cc40 if (locals_type.is_rtt()) { in Emit()
74 (p.second.is_rtt() ? LEBHelper::sizeof_u32v(p.second.ref_index()) : 0); in Size()
H A Dwasm-opcodes.cc41 if (type == kWasmS128 || type.is_rtt() || in IsJSCompatibleSignature()
H A Dvalue-type.h283 constexpr bool is_rtt(ValueKind kind) { return kind == kRtt; } in is_rtt() function
287 return kind != kRef && !is_rtt(kind); in is_defaultable()
348 constexpr bool is_rtt() const { return wasm::is_rtt(kind()); } in is_rtt() function in v8::internal::wasm::ValueType
351 return is_rtt() || (is_object_reference() && heap_type().is_index()); in has_index()
H A Dwasm-module-builder.cc136 if (type.is_rtt()) { in WriteValueType()
H A Dfunction-body-decoder-impl.h4460 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) { in DecodeGCOpcode()
4516 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) { in DecodeGCOpcode()
4588 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) { in DecodeGCOpcode()
4673 if (!VALIDATE(rtt.type.is_rtt() || rtt.type.is_bottom())) { in DecodeGCOpcode()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_framebuffer.c149 if (rb->is_rtt || (rb->texture && in st_update_framebuffer_state()
185 if (rb->is_rtt) { in st_update_framebuffer_state()
/third_party/mesa3d/src/mesa/main/
H A Drenderbuffer.c583 if (rb->is_rtt) { in _mesa_update_renderbuffer_surface()
620 if (rb->is_rtt && resource->array_size > 1 && in _mesa_update_renderbuffer_surface()
H A Dmtypes.h2605 boolean is_rtt; /**< whether Driver.RenderTexture was called */ member
H A Dfbobject.c444 rb->is_rtt = TRUE; in render_texture()
470 rb->is_rtt = FALSE; in finish_render_texture()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc1387 } else if (is_rtt(a)) { in CheckCompatibleStackSlotTypes()
1389 DCHECK(is_rtt(b)); in CheckCompatibleStackSlotTypes()

Completed in 43 milliseconds