Searched refs:param_copy (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_constant_state.c | 329 uint32_t *param_copy = param; in brw_upload_cs_push_constants() local 334 param_copy[i] = brw_param_value(brw, prog, stage_state, in brw_upload_cs_push_constants()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | evp.c | 166 if (from->ameth && from->ameth->param_copy) { in EVP_PKEY_copy_parameters() 167 return from->ameth->param_copy(to, from); in EVP_PKEY_copy_parameters()
|
D | internal.h | 112 int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from); member
|
/external/cronet/third_party/boringssl/src/crypto/evp/ |
D | evp.c | 178 if (from->ameth && from->ameth->param_copy) { in EVP_PKEY_copy_parameters() 179 return from->ameth->param_copy(to, from); in EVP_PKEY_copy_parameters()
|
D | internal.h | 128 int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from); member
|
/external/boringssl/src/crypto/evp/ |
D | evp.c | 178 if (from->ameth && from->ameth->param_copy) { in EVP_PKEY_copy_parameters() 179 return from->ameth->param_copy(to, from); in EVP_PKEY_copy_parameters()
|
D | internal.h | 128 int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from); member
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_clone.cpp | 331 ir_variable *const param_copy = param->clone(mem_ctx, ht); in clone_prototype() local 332 copy->parameters.push_tail(param_copy); in clone_prototype()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | layout_assignment.cc | 1075 TF_ASSIGN_OR_RETURN(HloInstruction * param_copy, in CopyOperandIfLayoutsDiffer() 1078 TF_RETURN_IF_ERROR(param->ReplaceUseWithDifferentShape(user, param_copy)); in CopyOperandIfLayoutsDiffer() 1081 << param_copy->ToString(); in CopyOperandIfLayoutsDiffer() 1083 branch_comp->set_root_instruction(param_copy, in CopyOperandIfLayoutsDiffer()
|
D | sharding_propagation_test.cc | 1523 auto* param_copy = FindInstruction(module.get(), "param.copy"); in TEST_P() local 1524 ASSERT_NE(param_copy, nullptr); in TEST_P() 1525 EXPECT_THAT(param_copy, op::Sharding("{devices=[2,1]0,1}")); in TEST_P() 1530 EXPECT_THAT(param_copy->sharding(), in TEST_P() 1535 EXPECT_THAT(param_copy->sharding(), ShardingMetadata({})); in TEST_P()
|
D | copy_insertion.cc | 333 HloInstruction* param_copy = pair.first; in AddCopiesForWhile() local 337 TF_RETURN_IF_ERROR(param->ReplaceUseWith(user, param_copy)); in AddCopiesForWhile()
|