Home
last modified time | relevance | path

Searched refs:placement (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c91 for (unsigned placement = 0; placement < ARRAY_SIZE(placement_str); placement++) { in si_test_dma_perf() local
92 bool is_copy = placement >= 2; in si_test_dma_perf()
126 printf("%s ,", placement_str[placement]); in si_test_dma_perf()
158 if (placement == 0 || placement == 2 || placement == 4) in si_test_dma_perf()
163 if (placement == 2 || placement == 3) in si_test_dma_perf()
259 struct si_result *r = &results[util_logbase2(size)][placement][method]; in si_test_dma_perf()
285 for (unsigned placement = 0; placement < ARRAY_SIZE(placement_str); placement++) { in si_test_dma_perf() local
286 if (placement == 0) in si_test_dma_perf()
288 else if (placement == 1) in si_test_dma_perf()
290 else if (placement == 2) { in si_test_dma_perf()
[all …]
/third_party/node/deps/v8/src/base/platform/
Dplatform-fuchsia.cc93 PlacementMode placement, size_t size, size_t alignment, in MapVmo() argument
97 DCHECK_IMPLIES(placement != PlacementMode::kAnywhere, address != nullptr); in MapVmo()
106 if (placement != PlacementMode::kAnywhere) { in MapVmo()
118 if (status != ZX_OK && placement == PlacementMode::kUseHint) { in MapVmo()
134 void* address, PlacementMode placement, size_t size, in CreateAndMapVmo() argument
153 return MapVmo(vmar, vmar_base, page_size, address, vmo, 0, placement, size, in CreateAndMapVmo()
185 PlacementMode placement, size_t size, size_t alignment, in CreateAddressSpaceReservationInternal() argument
191 DCHECK_IMPLIES(placement != PlacementMode::kAnywhere, address != nullptr); in CreateAddressSpaceReservationInternal()
202 if (placement != PlacementMode::kAnywhere) { in CreateAddressSpaceReservationInternal()
213 if (status != ZX_OK && placement == PlacementMode::kUseHint) { in CreateAddressSpaceReservationInternal()
[all …]
/third_party/skia/src/gpu/
DGrProcessor.h135 void* operator new(size_t size, void* placement) { in new() argument
136 return ::operator new(size, placement); in new()
138 void operator delete(void* target, void* placement) { in delete() argument
139 ::operator delete(target, placement); in delete()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c147 return ((struct amdgpu_winsys_bo*)buf)->base.placement; in amdgpu_bo_get_initial_domain()
210 if (bo->base.placement & RADEON_DOMAIN_VRAM_GTT) { in amdgpu_bo_destroy()
218 if (bo->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_destroy()
220 else if (bo->base.placement & RADEON_DOMAIN_GTT) in amdgpu_bo_destroy()
263 if (bo->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_do_map()
265 else if (bo->base.placement & RADEON_DOMAIN_GTT) in amdgpu_bo_do_map()
423 if (real->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_unmap()
425 else if (real->base.placement & RADEON_DOMAIN_GTT) in amdgpu_bo_unmap()
601 bo->base.placement = initial_domain; in amdgpu_create_bo()
672 if (bo->base.placement & RADEON_DOMAIN_VRAM) in amdgpu_bo_slab_destroy()
[all …]
/third_party/lzma/CPP/Windows/
DWindow.h246 …bool SetPlacement(CONST WINDOWPLACEMENT *placement) { return BOOLToBool(::SetWindowPlacement(_wind… in SetPlacement() argument
247 …bool GetPlacement(WINDOWPLACEMENT *placement) { return BOOLToBool(::GetWindowPlacement(_window, pl… in GetPlacement() argument
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h873 void setComment(const char* comment, CommentPlacement placement);
875 void setComment(const char* comment, size_t len, CommentPlacement placement);
877 void setComment(const std::string& comment, CommentPlacement placement);
878 bool hasComment(CommentPlacement placement) const;
880 std::string getComment(CommentPlacement placement) const;
1425 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment() local
533 placement = commentAfterOnSameLine; in readComment()
536 addComment(commentBegin, current_, placement); in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
564 if (placement == commentAfterOnSameLine) { in addComment()
566 lastValue_->setComment(normalized, placement); in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment() local
1497 placement = commentAfterOnSameLine; in readComment()
1500 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp545 CommentPlacement placement = commentBefore; in readComment() local
548 placement = commentAfterOnSameLine; in readComment()
551 addComment(commentBegin, current_, placement); in readComment()
576 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
579 if (placement == commentAfterOnSameLine) { in addComment()
581 lastValue_->setComment(normalized, placement); in addComment()
1201 void addComment(Location begin, Location end, CommentPlacement placement);
1523 CommentPlacement placement = commentBefore; in readComment() local
1526 placement = commentAfterOnSameLine; in readComment()
1529 addComment(commentBegin, current_, placement); in readComment()
[all …]
Djson.h923 void setComment(const char* comment, CommentPlacement placement);
925 void setComment(const char* comment, size_t len, CommentPlacement placement);
927 void setComment(const std::string& comment, CommentPlacement placement);
928 bool hasComment(CommentPlacement placement) const;
930 std::string getComment(CommentPlacement placement) const;
1476 void addComment(Location begin, Location end, CommentPlacement placement);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment() local
533 placement = commentAfterOnSameLine; in readComment()
536 addComment(commentBegin, current_, placement); in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
564 if (placement == commentAfterOnSameLine) { in addComment()
566 lastValue_->setComment(normalized, placement); in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment() local
1497 placement = commentAfterOnSameLine; in readComment()
1500 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp530 CommentPlacement placement = commentBefore; in readComment() local
533 placement = commentAfterOnSameLine; in readComment()
536 addComment(commentBegin, current_, placement); in readComment()
561 Reader::addComment(Location begin, Location end, CommentPlacement placement) { in addComment() argument
564 if (placement == commentAfterOnSameLine) { in addComment()
566 lastValue_->setComment(normalized, placement); in addComment()
1221 void addComment(Location begin, Location end, CommentPlacement placement);
1494 CommentPlacement placement = commentBefore; in readComment() local
1497 placement = commentAfterOnSameLine; in readComment()
1500 addComment(commentBegin, current_, placement); in readComment()
[all …]
/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph-layout.ts180 const placement = findSpace(x, paddedWidth, placementHint[0]); constant
181 const firstSlot = placement[0];
182 const slotWidth = placement[1];
/third_party/skia/tests/
DSkBlockAllocatorTest.cpp85 SkBlockAllocator* placement = new (mem) SkBlockAllocator(GrowthPolicy::kLinear, 1024, in DEF_TEST() local
87 REPORTER_ASSERT(r, placement->preallocSize() == 1024); in DEF_TEST()
88 REPORTER_ASSERT(r, placement->preallocUsableSpace() < 1024 && in DEF_TEST()
89 placement->preallocUsableSpace() >= (1024 - sizeof(SkBlockAllocator))); in DEF_TEST()
90 placement->~SkBlockAllocator(); in DEF_TEST()
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp207 Placement placement(&config, doc.get()); in main() local
219 placement.WriteLine(*shaper, line.c_str(), line.size()); in main()
/third_party/lame/
DSTYLEGUIDE79 The other issue that always comes up in C styling is the placement of
81 choose one placement strategy over the other, but the preferred way, as
123 Also, note that this brace-placement also minimizes the number of empty
/third_party/skia/third_party/externals/expat/expat/
Dconfigure-ac-style.md55 ## 4. Closing bracket placement
/third_party/node/deps/v8/src/compiler/
Dscheduler.h107 void UpdatePlacement(Node* node, Placement placement);
Dscheduler.cc123 void Scheduler::UpdatePlacement(Node* node, Placement placement) { in UpdatePlacement() argument
129 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement()
130 data->placement_ = placement; in UpdatePlacement()
142 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement()
156 UpdatePlacement(use, placement); in UpdatePlacement()
163 DCHECK_EQ(Scheduler::kScheduled, placement); in UpdatePlacement()
176 data->placement_ = placement; in UpdatePlacement()
/third_party/libbpf/
DLICENSE.BSD-2-Clause5 tag/value pair into a comment according to the placement guidelines in
/third_party/json/docs/mkdocs/docs/api/macros/
Djson_use_global_udls.md31 The placement of user-defined string literals can also be controlled with the CMake option
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h118 uint8_t placement; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c308 bo->base.placement = screen->heap_flags[heap]; in bo_create_internal()
532 bo->base.placement = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in bo_sparse_create()
1244 bo->base.placement = bo->u.slab.real->base.placement; in bo_slab_alloc()
/third_party/openGLES/extensions/SGIX/
DSGIX_list_priority.txt27 an OpenGL implementation to guide the placement of display

12345