Home
last modified time | relevance | path

Searched refs:invocation_id (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/tools/run_tests/python_utils/
Dupload_rbe_results.py111 def _get_resultstore_data(api_key, invocation_id): argument
126 % (invocation_id, api_key, page_token),
146 invocation_id = args.invocation_id or _get_invocation_id() variable
147 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
210 % invocation_id,
235 % invocation_id,
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp914 const unsigned int invocation_id = n_patch_vertex; in verifyXFBBuffer() local
916 tcs_patch_result[invocation_id] = 0; in verifyXFBBuffer()
918 if ((invocation_id % 4) == 0) in verifyXFBBuffer()
920 tcs_patch_result[invocation_id] += tcs_data[invocation_id]; in verifyXFBBuffer()
921 tcs_patch_result[invocation_id] += tcs_data[invocation_id + 1]; in verifyXFBBuffer()
922 tcs_patch_result[invocation_id] += tcs_data[invocation_id + 2]; in verifyXFBBuffer()
923 tcs_patch_result[invocation_id] += tcs_data[invocation_id + 3]; in verifyXFBBuffer()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp78 invocation_id = src_reg(this, glsl_type::uint_type); in emit_prolog()
79 emit(TCS_OPCODE_GET_INSTANCE_ID, dst_reg(invocation_id)); in emit_prolog()
87 emit(CMP(dst_null_d(), invocation_id, in emit_prolog()
130 invocation_id)); in emit_thread_end()
249 invocation_id)); in nir_emit_intrinsic()
Dbrw_vec4_tcs.h80 src_reg invocation_id; variable
Dbrw_fs.h365 fs_reg invocation_id; variable
Dbrw_fs.cpp6255 invocation_id = channels_ud; in run_tcs_single_patch()
6257 invocation_id = bld.vgrf(BRW_REGISTER_TYPE_UD); in run_tcs_single_patch()
6266 bld.ADD(invocation_id, instance_times_8, channels_ud); in run_tcs_single_patch()
6271 bld.CMP(bld.null_reg_ud(), invocation_id, in run_tcs_single_patch()
Dbrw_fs_nir.cpp2467 bld.MOV(retype(dst, invocation_id.type), invocation_id); in nir_emit_tcs_intrinsic()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.h94 unsigned invocation_id; member
Ddraw_gs.c200 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id; in tgsi_gs_prepare()
389 shader->invocation_id); in llvm_gs_run()
627 shader->invocation_id = invocation; in draw_geometry_shader_run()
Ddraw_llvm.h285 unsigned invocation_id);
Ddraw_llvm.c2289 system_values.invocation_id = LLVMGetParam(variant_func, 6); in draw_gs_llvm_generate()
2297 lp_build_name(system_values.invocation_id, "invocation_id"); in draw_gs_llvm_generate()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h172 LLVMValueRef invocation_id; member
Dlp_bld_tgsi_soa.c1646 res = lp_build_broadcast_scalar(&bld_base->uint_bld, bld->system_values.invocation_id); in emit_fetch_system_value()
/external/mesa3d/src/compiler/nir/
Dnir_intrinsics.h344 SYSTEM_VALUE(invocation_id, 1, 0, xx, xx, xx)
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3044 LLVMValueRef invocation_id, buffer, buffer_offset; in si_copy_tcs_inputs() local
3048 invocation_id = unpack_llvm_param(ctx, ctx->abi.tcs_rel_ids, 8, 5); in si_copy_tcs_inputs()
3053 lds_vertex_offset = LLVMBuildMul(ctx->ac.builder, invocation_id, in si_copy_tcs_inputs()
3068 invocation_id, in si_copy_tcs_inputs()
3081 LLVMValueRef invocation_id, in si_write_tess_factors() argument
3106 invocation_id, ctx->i32_0, "")); in si_write_tess_factors()
3299 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; in si_llvm_emit_tcs_epilogue() local
3304 invocation_id = unpack_llvm_param(ctx, ctx->abi.tcs_rel_ids, 8, 5); in si_llvm_emit_tcs_epilogue()
3324 values[0] = invocation_id; in si_llvm_emit_tcs_epilogue()
3326 invocation_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); in si_llvm_emit_tcs_epilogue()
[all …]
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c6345 LLVMValueRef invocation_id = unpack_param(&ctx->ac, ctx->abi.tcs_rel_ids, 8, 5); in write_tess_factors() local
6375 invocation_id, ctx->ac.i32_0, "")); in write_tess_factors()