| /third_party/spirv-tools/test/ |
| D | c_interface_test.cpp | 113 int invocation = 0; in TEST() local 146 int invocation = 0; in TEST() local 183 int invocation = 0; in TEST() local 222 int invocation = 0; in TEST() local 248 int invocation = 0; in TEST() local 279 int invocation = 0; in TEST() local
|
| D | binary_parse_test.cpp | 354 int invocation = 0; in TEST_F() local 370 int invocation = 0; in TEST_F() local 386 int invocation = 0; in TEST_F() local 411 int invocation = 0; in TEST_F() local 436 int invocation = 0; in TEST_F() local 453 int invocation = 0; in TEST_F() local 470 int invocation = 0; in TEST_F() local 488 int invocation = 0; in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| D | c_interface_test.cpp | 113 int invocation = 0; in TEST() local 143 int invocation = 0; in TEST() local 180 int invocation = 0; in TEST() local 219 int invocation = 0; in TEST() local 242 int invocation = 0; in TEST() local 273 int invocation = 0; in TEST() local
|
| D | log_test.cpp | 25 int invocation = 0; in TEST() local 39 int invocation = 0; in TEST() local
|
| D | binary_parse_test.cpp | 288 int invocation = 0; in TEST_F() local 305 int invocation = 0; in TEST_F() local 331 int invocation = 0; in TEST_F() local 349 int invocation = 0; in TEST_F() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | c_interface_test.cpp | 113 int invocation = 0; in TEST() local 143 int invocation = 0; in TEST() local 180 int invocation = 0; in TEST() local 219 int invocation = 0; in TEST() local 242 int invocation = 0; in TEST() local 273 int invocation = 0; in TEST() local
|
| D | log_test.cpp | 25 int invocation = 0; in TEST() local 39 int invocation = 0; in TEST() local
|
| D | binary_parse_test.cpp | 288 int invocation = 0; in TEST_F() local 305 int invocation = 0; in TEST_F() local 331 int invocation = 0; in TEST_F() local 349 int invocation = 0; in TEST_F() local
|
| /third_party/typescript/src/services/ |
| D | signatureHelp.ts | 16 readonly invocation: Invocation; property 162 readonly invocation: CallLikeExpression; property 209 const invocation = parent; constant 282 const invocation: Invocation = { kind: InvocationKind.TypeArgs, called }; constant 316 …const invocation: ContextualInvocation = { kind: InvocationKind.Contextual, signature, node: start… constant 515 …const callTargetSymbol = invocation.kind === InvocationKind.Contextual ? invocation.symbol : (type… constant
|
| /third_party/gn/src/gn/ |
| D | template.cc | 29 const FunctionCallNode* invocation, in Invoke()
|
| /third_party/mesa3d/src/panfrost/lib/ |
| D | pan_indirect_dispatch.c | 64 void *invocation = in GENX() local
|
| D | pan_indirect_draw.c | 79 nir_ssa_def *invocation; member 1243 void *invocation = in panfrost_emit_index_min_max_search() local 1325 void *invocation = in GENX() local
|
| /third_party/python/Lib/lib2to3/fixes/ |
| D | fix_operator.py | 19 def invocation(s): function
|
| /third_party/skia/src/gpu/ |
| D | GrFragmentProcessor.cpp | 942 auto invocation = SkStringPrintf("%s(%s", this->childProcessor(childIndex)->functionName(), in invokeChild() local 990 auto invocation = SkStringPrintf("%s(%s", this->childProcessor(childIndex)->functionName(), in invokeChildWithMatrix() local
|
| /third_party/typescript/src/compiler/transformers/ |
| D | classFields.ts | 870 const invocation = factory.createFunctionCallCall( constant 905 const invocation = factory.createFunctionBindCall( constant
|
| /third_party/node/deps/npm/node_modules/libnpmpublish/lib/ |
| D | provenance.js | 75 invocation: { property
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_gs.c | 425 for (unsigned invocation = 0; invocation < shader->num_invocations; invocation++) { in gs_flush() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | glsl_to_nir.cpp | 1632 ir_rvalue *invocation = (ir_rvalue *) ir->actual_parameters.get_head()->next; in visit() local
|
| D | builtin_functions.cpp | 8384 ir_variable *invocation = in_var(glsl_type::uint_type, "invocation"); in _read_invocation_intrinsic() local 8394 ir_variable *invocation = in_var(glsl_type::uint_type, "invocation"); in _read_invocation() local
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_cmdstream.c | 3552 struct mali_invocation_packed invocation; in panfrost_launch_xfb() local 3668 struct mali_invocation_packed invocation; in panfrost_direct_draw() local 3834 static struct mali_invocation_packed invocation; in panfrost_indirect_draw() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_nir_soa.c | 1154 LLVMValueRef index, LLVMValueRef invocation, LLVMValueRef *bounds) in ssbo_base_pointer() 1173 LLVMValueRef index, LLVMValueRef invocation, LLVMValueRef *bounds) in mem_access_base_pointer()
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | PixelRoutine.cpp | 86 for(int invocation = 0; invocation < invocationCount; invocation++) in quad() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_msl.cpp | 2207 auto invocation = to_tesc_invocation_id(); in add_plain_variable_to_interface_block() local 2806 auto invocation = to_tesc_invocation_id(); in add_plain_member_variable_to_interface_block() local 3030 auto invocation = to_tesc_invocation_id(); in emit_local_masked_variable() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_fs_nir.cpp | 5469 const fs_reg invocation = get_nir_src(instr->src[1]); in nir_emit_intrinsic() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_private.h | 606 uint32_t invocation[INVOCATION_DESC_WORDS]; member
|