Home
last modified time | relevance | path

Searched refs:r_result (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc585 grpc_gcp_handshaker_result* r_result) { in grpc_gcp_handshaker_resp_result_equals() argument
590 static_cast<grpc_slice*>(r_result->application_protocol.arg)); in grpc_gcp_handshaker_resp_result_equals()
593 static_cast<grpc_slice*>(r_result->record_protocol.arg)); in grpc_gcp_handshaker_resp_result_equals()
595 static_cast<grpc_slice*>(r_result->key_data.arg)); in grpc_gcp_handshaker_resp_result_equals()
597 if ((l_result->has_local_identity ^ r_result->has_local_identity) | in grpc_gcp_handshaker_resp_result_equals()
598 (l_result->has_peer_identity ^ r_result->has_peer_identity) | in grpc_gcp_handshaker_resp_result_equals()
599 (l_result->has_peer_rpc_versions ^ r_result->has_peer_rpc_versions)) { in grpc_gcp_handshaker_resp_result_equals()
604 &r_result->local_identity); in grpc_gcp_handshaker_resp_result_equals()
608 &r_result->peer_identity); in grpc_gcp_handshaker_resp_result_equals()
612 &r_result->peer_rpc_versions); in grpc_gcp_handshaker_resp_result_equals()
[all …]
Dalts_handshaker_service_api_test_lib.h137 grpc_gcp_handshaker_result* l_result, grpc_gcp_handshaker_result* r_result);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c50 struct nvfx_reg r_result[PIPE_MAX_SHADER_OUTPUTS]; member
429 dst = vpc->r_result[fdst->Register.Index]; in tgsi_dst()
812 vpc->r_result[idx] = temp(vpc); in nvfx_vertprog_parse_decl_output()
857 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
862 vpc->r_result[idx] = nvfx_reg(NVFXSR_NONE, 0); in nvfx_vertprog_parse_decl_output()
869 vpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw); in nvfx_vertprog_parse_decl_output()
988 vpc->r_result[vpc->hpos_idx] = temp(vpc); in _nvfx_vertprog_translate()
1050 if (vpc->r_result[vpc->hpos_idx].type != NVFXSR_OUTPUT) { in _nvfx_vertprog_translate()
1053 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->hpos_idx]); in _nvfx_vertprog_translate()
1064 struct nvfx_src htmp = nvfx_src(vpc->r_result[vpc->cvtx_idx]); in _nvfx_vertprog_translate()
Dnvfx_fragprog.c28 struct nvfx_reg r_result[PIPE_MAX_SHADER_OUTPUTS]; member
397 src.reg = fpc->r_result[fsrc->Register.Index]; in tgsi_src()
422 return fpc->r_result[fdst->Register.Index]; in tgsi_dst()
962 fpc->r_result[idx] = nvfx_reg(NVFXSR_OUTPUT, hw); in nvfx_fragprog_parse_decl_output()