/third_party/mesa3d/src/intel/isl/ |
D | isl_tiled_memcpy_normal.c | 42 isl_memcpy_type copy_type) in _isl_memcpy_linear_to_tiled() argument 45 has_swizzling, tiling, copy_type); in _isl_memcpy_linear_to_tiled() 55 isl_memcpy_type copy_type) in _isl_memcpy_tiled_to_linear() argument 58 has_swizzling, tiling, copy_type); in _isl_memcpy_tiled_to_linear()
|
D | isl_tiled_memcpy_sse41.c | 43 isl_memcpy_type copy_type) in _isl_memcpy_linear_to_tiled_sse41() argument 46 has_swizzling, tiling, copy_type); in _isl_memcpy_linear_to_tiled_sse41() 56 isl_memcpy_type copy_type) in _isl_memcpy_tiled_to_linear_sse41() argument 59 has_swizzling, tiling, copy_type); in _isl_memcpy_tiled_to_linear_sse41()
|
D | isl_tiled_memcpy.c | 236 isl_memcpy_type copy_type); 598 choose_copy_function(isl_memcpy_type copy_type) in choose_copy_function() argument 600 switch(copy_type) { in choose_copy_function() 633 isl_memcpy_type copy_type) in linear_to_xtiled_faster() argument 635 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); in linear_to_xtiled_faster() 678 isl_memcpy_type copy_type) in linear_to_ytiled_faster() argument 680 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); in linear_to_ytiled_faster() 722 isl_memcpy_type copy_type) in xtiled_to_linear_faster() argument 724 isl_mem_copy_fn mem_copy = choose_copy_function(copy_type); in xtiled_to_linear_faster() 778 isl_memcpy_type copy_type) in ytiled_to_linear_faster() argument [all …]
|
D | isl_priv.h | 171 isl_memcpy_type copy_type); 180 isl_memcpy_type copy_type); 189 isl_memcpy_type copy_type); 198 isl_memcpy_type copy_type);
|
D | isl.c | 46 isl_memcpy_type copy_type) in isl_memcpy_linear_to_tiled() argument 49 if (copy_type == ISL_MEMCPY_STREAMING_LOAD) { in isl_memcpy_linear_to_tiled() 52 tiling, copy_type); in isl_memcpy_linear_to_tiled() 59 tiling, copy_type); in isl_memcpy_linear_to_tiled() 69 isl_memcpy_type copy_type) in isl_memcpy_tiled_to_linear() argument 72 if (copy_type == ISL_MEMCPY_STREAMING_LOAD) { in isl_memcpy_tiled_to_linear() 75 tiling, copy_type); in isl_memcpy_tiled_to_linear() 82 tiling, copy_type); in isl_memcpy_tiled_to_linear()
|
D | isl.h | 2813 isl_memcpy_type copy_type); 2826 isl_memcpy_type copy_type);
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_pixel_read.c | 89 isl_memcpy_type copy_type; in brw_readpixels_tiled_memcpy() local 127 copy_type = brw_miptree_get_memcpy_type(rb->Format, format, type, &cpp); in brw_readpixels_tiled_memcpy() 128 if (copy_type == ISL_MEMCPY_INVALID) in brw_readpixels_tiled_memcpy() 209 copy_type in brw_readpixels_tiled_memcpy()
|
D | brw_tex_image.c | 195 isl_memcpy_type copy_type; in brw_texsubimage_tiled_memcpy() local 225 copy_type = brw_miptree_get_memcpy_type(texImage->TexFormat, format, type, in brw_texsubimage_tiled_memcpy() 227 if (copy_type == ISL_MEMCPY_INVALID) in brw_texsubimage_tiled_memcpy() 302 copy_type in brw_texsubimage_tiled_memcpy() 743 isl_memcpy_type copy_type; in brw_gettexsubimage_tiled_memcpy() local 777 copy_type = brw_miptree_get_memcpy_type(texImage->TexFormat, format, type, in brw_gettexsubimage_tiled_memcpy() 779 if (copy_type == ISL_MEMCPY_INVALID) in brw_gettexsubimage_tiled_memcpy() 851 copy_type in brw_gettexsubimage_tiled_memcpy()
|
D | brw_mipmap_tree.c | 2590 const isl_memcpy_type copy_type = in brw_miptree_map_tiled_memcpy() local 2599 copy_type); in brw_miptree_map_tiled_memcpy()
|
/third_party/boost/boost/lockfree/detail/ |
D | copy_payload.hpp | 48 >::type copy_type; in copy_payload() typedef 49 copy_type::copy(t, u); in copy_payload()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_memcpy.c | 119 const struct glsl_type *copy_type = in lower_memcpy_impl() local 124 copy_type, copy_size); in lower_memcpy_impl() 127 copy_type, copy_size); in lower_memcpy_impl()
|
D | nir_gather_ssa_types.c | 54 copy_type(unsigned src, unsigned dst, bool src_is_sink, in copy_type() function 76 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, float_types, progress); in copy_types() 77 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, int_types, progress); in copy_types()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 741 , copy_type(autoincrement) in Variables() 784 const Variable copy_type; member in vkt::robustness::__anon28b298ae0111::Variables 1035 shaderSource.makeSame(var.copy_type, var.buffer_type); in MakeShader() 1038 shaderSource.makeSame(var.copy_type, var.buffer_type_vec); in MakeShader() 1044 (var.copy_type, is, op::TypeMatrix, var.buffer_type_vec, 4); in MakeShader() 1077 shaderSource.makeSame(var.array_content_type, var.copy_type); in MakeShader() 1112 (var.copy_type_ptr, is, op::TypePointer, "StorageBuffer", var.copy_type) in MakeShader() 1171 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() 1205 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader() 1236 (loadResult, is, op::Load, var.copy_type, actualLoadChain) in MakeShader()
|
/third_party/flutter/engine/flutter/third_party/txt/src/utils/ |
D | TypeHelpers.h | 184 typename std::enable_if<traits<TYPE>::has_trivial_copy>::type inline copy_type( 192 typename std::enable_if<!traits<TYPE>::has_trivial_copy>::type inline copy_type(
|
/third_party/openssl/apps/ |
D | apps.h | 457 int set_ext_copy(int *copy_type, const char *arg); 458 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
|
D | apps.c | 1070 int set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument 1073 *copy_type = EXT_COPY_NONE; in set_ext_copy() 1075 *copy_type = EXT_COPY_ADD; in set_ext_copy() 1077 *copy_type = EXT_COPY_ALL; in set_ext_copy() 1083 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument 1089 if (!x || !req || (copy_type == EXT_COPY_NONE)) in copy_extensions() 1100 if (copy_type == EXT_COPY_ADD) in copy_extensions()
|