/third_party/node/deps/v8/src/compiler/ |
D | scheduler.h | 69 enum Placement { kUnknown, kSchedulable, kFixed, kCoupled, kScheduled }; enum 78 Placement placement_; // Whether the node is fixed, schedulable, 105 Placement GetPlacement(Node* node); 106 Placement InitializePlacement(Node* node); 107 void UpdatePlacement(Node* node, Placement placement);
|
D | scheduler.cc | 87 Scheduler::Placement Scheduler::InitializePlacement(Node* node) { in InitializePlacement() 105 Placement p = GetPlacement(NodeProperties::GetControlInput(node)); in InitializePlacement() 117 Scheduler::Placement Scheduler::GetPlacement(Node* node) { in GetPlacement() 123 void Scheduler::UpdatePlacement(Node* node, Placement placement) { in UpdatePlacement() 193 DCHECK_NE(GetPlacement(node), Placement::kFixed); in IncrementUnscheduledUseCount() 194 DCHECK_NE(GetPlacement(node), Placement::kCoupled); in IncrementUnscheduledUseCount() 212 DCHECK_NE(GetPlacement(node), Placement::kFixed); in DecrementUnscheduledUseCount() 213 DCHECK_NE(GetPlacement(node), Placement::kCoupled); in DecrementUnscheduledUseCount()
|
/third_party/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 132 class Placement { class 134 Placement(const Config* conf, SkDocument *doc) in Placement() function in Placement 207 Placement placement(&config, doc.get()); in main()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_slim.txt | 197 <Before the section "Placement in Client Memory"> 209 Placement in Client Memory, Uncompressed Images 215 Placement in Client Memory, Compressed Images
|
D | SGIX_subsample.txt | 270 <toward the end of the paragraph "Placement in Client Memory">
|
D | SGIX_image_compression.txt | 277 The subsection titled "Placement in Client Memory" is renamed
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_slim.txt | 197 <Before the section "Placement in Client Memory"> 209 Placement in Client Memory, Uncompressed Images 215 Placement in Client Memory, Compressed Images
|
D | SGIX_subsample.txt | 270 <toward the end of the paragraph "Placement in Client Memory">
|
D | SGIX_image_compression.txt | 277 The subsection titled "Placement in Client Memory" is renamed
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | ADDING | 43 Add your filter to filters.h, in a correct place. Placement is important, AA should usually
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_pack_invert.txt | 88 In the section labeled "Placement in Client Memory" on page 184
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_pack_invert.txt | 88 In the section labeled "Placement in Client Memory" on page 184
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pack_subimage.txt | 77 subsection "Placement in Client Memory":
|
D | NV_pixel_buffer_object.txt | 333 Rename "Placement in Client Memory" to "Placement in Pixel Pack 337 subsection "Placement in Pixel Pack Buffer or Client Memory":
|
/third_party/openGLES/extensions/NV/ |
D | NV_pack_subimage.txt | 77 subsection "Placement in Client Memory":
|
D | NV_pixel_buffer_object.txt | 333 Rename "Placement in Client Memory" to "Placement in Pixel Pack 337 subsection "Placement in Pixel Pack Buffer or Client Memory":
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_pack_reverse_row_order.txt | 87 "Placement in Pixel Pack Buffer or Client Memory" to read:
|
/third_party/openGLES/extensions/ANGLE/ |
D | ANGLE_pack_reverse_row_order.txt | 87 "Placement in Pixel Pack Buffer or Client Memory" to read:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
D | ANGLE_pack_reverse_row_order.txt | 87 "Placement in Pixel Pack Buffer or Client Memory" to read:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | SGI_complex_type.txt | 205 Placement in Client Memory
|
/third_party/openGLES/extensions/SGI/ |
D | SGI_complex_type.txt | 205 Placement in Client Memory
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_rg.txt | 261 In subsection "Placement in Pixel Pack Buffer or Client Memory," modify
|
/third_party/openGLES/extensions/OML/ |
D | OML_subsample.txt | 307 - Add prior to the last sentence of subsection "Placement in Client
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | OML_subsample.txt | 307 - Add prior to the last sentence of subsection "Placement in Client
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_rg.txt | 271 In subsection "Placement in Pixel Pack Buffer or Client Memory," modify
|