Home
last modified time | relevance | path

Searched defs:heap_type (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-init-expr.cc34 uint32_t heap_type = enabled_features.has_typed_funcref() in type() local
Dwasm-init-expr.h55 HeapType::Representation heap_type; member
92 static WasmInitExpr RefNullConst(HeapType::Representation heap_type) { in RefNullConst()
Dvalue-type.h306 static constexpr ValueType Ref(uint32_t heap_type, Nullability nullability) { in Ref()
312 static constexpr ValueType Ref(HeapType heap_type, Nullability nullability) { in Ref()
378 constexpr HeapType heap_type() const { in heap_type() function
Dfunction-body-decoder-impl.h285 HeapType heap_type = HeapType::from_code(code); in read_value_type() local
310 HeapType heap_type = in read_value_type() local
Dwasm-module.h540 HeapType heap_type = type.heap_type(); in IsValidTableType() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_bufmgr.cpp131 D3D12_HEAP_TYPE heap_type = D3D12_HEAP_TYPE_DEFAULT; in d3d12_bo_new() local
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp277 ComputeTest::create_buffer(int size, D3D12_HEAP_TYPE heap_type) in create_buffer()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc1517 AsmType* heap_type = heap_access_type_; in AssignmentExpression() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h1078 D3D12_QUERY_HEAP_TYPE heap_type; member
Ddzn_cmd_buffer.c1055 D3D12_HEAP_TYPE heap_type, in dzn_cmd_buffer_alloc_internal_buf()