Searched refs:copy_type (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Standard_Suite.py | 304 class copy_type(aetools.NProperty): class 382 'copy_type' : copy_type, 448 'rcpT' : copy_type,
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 744 , copy_type(autoincrement) in Variables() 783 const Variable copy_type; member in vkt::robustness::__anon691525380111::Variables 980 shaderSource.makeSame(var.copy_type, var.buffer_type); in MakeShader() 983 shaderSource.makeSame(var.copy_type, var.buffer_type_vec); in MakeShader() 989 (var.copy_type, is, op::TypeMatrix, var.buffer_type_vec, 4); in MakeShader() 1022 shaderSource.makeSame(var.array_content_type, var.copy_type); in MakeShader() 1057 (var.copy_type_ptr, is, op::TypePointer, "StorageBuffer", var.copy_type) in MakeShader() 1116 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() 1150 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() 1181 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader()
|
/external/bcc/src/cc/frontends/b/ |
D | node.h | 151 void copy_type(const ExprNode& other) { in copy_type() function
|
D | type_check.cc | 217 n->copy_type(*n->expr_); in visit_unop_expr_node()
|