Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DStandard_Suite.py304 class copy_type(aetools.NProperty): class
382 'copy_type' : copy_type,
448 'rcpT' : copy_type,
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp744 , 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/
Dnode.h151 void copy_type(const ExprNode& other) { in copy_type() function
Dtype_check.cc217 n->copy_type(*n->expr_); in visit_unop_expr_node()