| /third_party/mesa3d/src/mesa/main/ |
| H A D | teximage.c | 240 static const GLenum targets[] = { in _mesa_is_proxy_texture() local 256 STATIC_ASSERT(NUM_TEXTURE_TARGETS == ARRAY_SIZE(targets) + 2); in _mesa_is_proxy_texture() 258 for (i = 0; i < ARRAY_SIZE(targets); ++i) in _mesa_is_proxy_texture() 259 if (target == targets[i]) in _mesa_is_proxy_texture() 1448 * targets for these functions are: TEXTURE_3D and TEXTURE_CUBE_MAP_ARRAY. in _mesa_target_can_be_compressed() 1575 * proxy targets are not supported. 1672 * targets. 5307 * since those targets are 2D images and they support all compression in compressed_subtexture_target_check()
|
| H A D | mtypes.h | 1225 /** Texture targets that have a non-default texture bound */ 1940 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member 1943 * It contains stream output targets from the last call of
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 5706 const targets[] = in addGetDeviceAccelerationStructureCompabilityTests() local 5718 for (int targetIdx = 0; targetIdx < DE_LENGTH_OF_ARRAY(targets); ++targetIdx) in addGetDeviceAccelerationStructureCompabilityTests() 5736 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests() 5748 buildTypeGroup->addChild(new RayTracingDeviceASCompabilityKHRTestCase(ctx, targets[targetIdx].name.c_str(), de::SharedPtr<TestParams>(new TestParams(testParams)))); in addGetDeviceAccelerationStructureCompabilityTests()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureTest.cpp | 3316 std::vector<GLenum> targets; in FillLevel() local 3319 targets = {GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, in FillLevel() 3325 targets = {GL_TEXTURE_2D}; in FillLevel() 3328 for (GLenum target : targets) in FillLevel()
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-assembler-aarch32.cc | 4523 Label* targets = new Label[branch_count]; in TEST_T32() local 4526 __ Cbz(r0, &targets[i]); in TEST_T32() 4530 __ Bind(&targets[branch_count - i - 1]); in TEST_T32() 4534 delete[] targets; in TEST_T32()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 5079 const targets[] = in addGetDeviceAccelerationStructureCompabilityTests() local 5091 for (int targetIdx = 0; targetIdx < DE_LENGTH_OF_ARRAY(targets); ++targetIdx) in addGetDeviceAccelerationStructureCompabilityTests() 5107 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests() 5118 buildTypeGroup->addChild(new RayTracingDeviceASCompabilityKHRTestCase(ctx, targets[targetIdx].name.c_str(), de::SharedPtr<TestParams>(new TestParams(testParams)))); in addGetDeviceAccelerationStructureCompabilityTests()
|
| /third_party/jinja2/ |
| H A D | compiler.py | 734 """Pushes all parameter targets from the given frame into a local 1349 for target, expr in zip(node.targets, node.values):
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.h | 821 struct si_streamout_target *targets[PIPE_MAX_SO_BUFFERS]; member
|
| H A D | si_blit.c | 51 (struct pipe_stream_output_target **)sctx->streamout.targets); in si_blitter_begin()
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | compiler.py | 631 """Pushes all parameter targets from the given frame into a local 1265 for target, expr in izip(node.targets, node.values):
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | compiler.py | 615 """Pushes all parameter targets from the given frame into a local 1209 for idx, (target, expr) in enumerate(izip(node.targets, node.values)):
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 882 fd_stream_output_target(so->targets[i]);
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | compiler.py | 631 """Pushes all parameter targets from the given frame into a local 1265 for target, expr in izip(node.targets, node.values):
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 829 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 848 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 4530 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument 4532 __ emit_label_addr(targets[index]); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 4463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 4465 __ dd(targets[index]); in AssembleJumpTable()
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | code-generator-s390.cc | 1192 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 1206 // We must not share code targets for calls to builtins for wasm code, as in AssembleArchInstruction() 3832 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument 3834 __ emit_label_addr(targets[index]); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | heap.cc | 864 WeakArrayList targets = retaining_path_targets(); in IsRetainingPathTarget() local 865 int length = targets.length(); in IsRetainingPathTarget() 868 MaybeObject target = targets.Get(i); in IsRetainingPathTarget()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 3724 struct pipe_stream_output_target **targets, in zink_set_stream_output_targets() 3748 struct zink_so_target *t = zink_so_target(targets[i]); in zink_set_stream_output_targets() 3749 pipe_so_target_reference(&ctx->so_targets[i], targets[i]); in zink_set_stream_output_targets() 3722 zink_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) zink_set_stream_output_targets() argument
|
| /third_party/python/Python/ |
| H A D | compile.c | 4092 VISIT_SEQ(c, expr, s->v.Delete.targets) in compiler_visit_stmt() 4095 n = asdl_seq_LEN(s->v.Assign.targets); in compiler_visit_stmt() 4102 (expr_ty)asdl_seq_GET(s->v.Assign.targets, i)); in compiler_visit_stmt() 5909 /* The following exprs can be assignment targets. */ in compiler_visit_expr1() 6050 /* Annotations of complex targets does not produce anything in check_annotation() 9404 /* Copy all exit blocks without line number that are targets of a jump. in duplicate_exits_without_lineno()
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | readme.tex | 67 targets:
|
| /third_party/typescript/lib/ |
| H A D | typingsInstaller.js | 3162 case 1 /* TypeMapKind.Array */: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 3163 case 2 /* TypeMapKind.Deferred */: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| H A D | tsc.js | 2724 case 1: return ts.zipWith(this.sources, this.targets || ts.map(this.sources, function () { return "any"; }), function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(typeof t === "string" ? t : t.__debugTypeToString()); }).join(", "); 2725 case 2: return ts.zipWith(this.sources, this.targets, function (s, t) { return "".concat(s.__debugTypeToString(), " -> ").concat(t().__debugTypeToString()); }).join(", "); [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 2605 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 2059 os << "\n - targets: " << static_cast<void*>(targets()); in WasmIndirectFunctionTablePrint()
|
| /third_party/openGLES/xml/ |
| H A D | readme.tex | 70 targets:
|