Home
last modified time | relevance | path

Searched refs:no_alloc (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c428 unsigned no_alloc = device->physical_device->rad_info.gfx_level >= GFX11 in si_emit_graphics() local
438 meta_read_policy = no_alloc; /* don't cache reads */ in si_emit_graphics()
445 S_02807C_ZPCPSD_WR_POLICY(V_02807C_CACHE_STREAM) | S_02807C_Z_RD_POLICY(no_alloc) | in si_emit_graphics()
446 S_02807C_S_RD_POLICY(no_alloc) | S_02807C_HTILE_RD_POLICY(meta_read_policy)); in si_emit_graphics()
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc471 DisallowGarbageCollection no_alloc; in Decode() local
/third_party/node/deps/v8/src/objects/
H A Djs-function.cc1076 DisallowHeapAllocation no_alloc; in GetDerivedRabGsabMap() local
H A Dmap.cc33 DisallowGarbageCollection no_alloc; in GetPrototypeChainRootMap() local
H A Dobjects.cc1622 DisallowGarbageCollection no_alloc; in GetPrototypeChainRootMap() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc2173 DisallowHeapAllocation no_alloc; in MatchesSignatureForSuspend() local
2194 DisallowHeapAllocation no_alloc; in MatchesSignature() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c5797 unsigned no_alloc = sctx->gfx_level >= GFX11 ? V_02807C_CACHE_NOA_GFX11: in si_init_cs_preamble_state() local
5804 meta_read_policy = no_alloc; /* don't cache reads that miss */ in si_init_cs_preamble_state()
5812 S_02807C_Z_RD_POLICY(no_alloc) | in si_init_cs_preamble_state()
5813 S_02807C_S_RD_POLICY(no_alloc) | in si_init_cs_preamble_state()

Completed in 32 milliseconds