/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_rgtc.c | 45 unsigned block_size = 8; in util_format_rgtc1_unorm_unpack_r_8unorm() local 58 src += block_size; in util_format_rgtc1_unorm_unpack_r_8unorm() 69 unsigned block_size = 8; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local 85 src += block_size; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 118 int block_size = 8; in util_format_rgtc1_unorm_unpack_rgba_float() local 135 src += block_size; in util_format_rgtc1_unorm_unpack_rgba_float() 197 unsigned block_size = 8; in util_format_rgtc1_snorm_unpack_r_8snorm() local 210 src += block_size; in util_format_rgtc1_snorm_unpack_r_8snorm() 250 int block_size = 8; in util_format_rgtc1_snorm_unpack_rgba_float() local 267 src += block_size; in util_format_rgtc1_snorm_unpack_rgba_float() [all …]
|
D | u_format_latc.c | 62 int block_size = 8; in util_format_latc1_unorm_unpack_rgba_float() local 78 src += block_size; in util_format_latc1_unorm_unpack_rgba_float() 136 int block_size = 8; in util_format_latc1_snorm_unpack_rgba_float() local 152 src += block_size; in util_format_latc1_snorm_unpack_rgba_float() 203 int block_size = 16; in util_format_latc2_unorm_unpack_rgba_float() local 220 src += block_size; in util_format_latc2_unorm_unpack_rgba_float() 268 int block_size = 16; in util_format_latc2_snorm_unpack_rgba_float() local 285 src += block_size; in util_format_latc2_snorm_unpack_rgba_float()
|
D | u_format_s3tc.c | 127 unsigned block_size, bool srgb) in util_format_dxtn_rgb_unpack_rgba_8unorm() argument 147 src += block_size; in util_format_dxtn_rgb_unpack_rgba_8unorm() 206 unsigned block_size, bool srgb) in util_format_dxtn_rgb_unpack_rgba_float() argument 230 src += block_size; in util_format_dxtn_rgb_unpack_rgba_float() 294 unsigned block_size, bool srgb) in util_format_dxtn_pack_rgba_8unorm() argument 320 dst += block_size; in util_format_dxtn_pack_rgba_8unorm() 372 unsigned block_size, bool srgb) in util_format_dxtn_pack_rgba_float() argument 397 dst += block_size; in util_format_dxtn_pack_rgba_float()
|
D | u_format_parse.py | 197 def block_size(self): member in Format 268 return is_pot(self.block_size()) 289 if self.block_size() not in (8, 16, 32): 330 return self.block_size()/8
|
D | u_format_pack.py | 158 return 'uint%u_t' % format.block_size() 443 depth = format.block_size() 542 depth = format.block_size() 627 print(' src += %u;' % (format.block_size() / 8,)) 658 print(' dst += %u;' % (format.block_size() / 8,))
|
D | u_format_table.py | 224 …t/* block */" % (format.block_width, format.block_height, format.block_depth, format.block_size()))
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/ |
D | dispatch.adoc | 193 int block_size = 8; 204 launchInfo.gridDimX = (volumeTexDimensionNonBoundary / block_size); 205 launchInfo.gridDimY = (volumeTexDimensionNonBoundary / block_size); 206 launchInfo.gridDimZ = (volumeTexDimensionNonBoundary / block_size); 207 launchInfo.blockDimX = block_size; 208 launchInfo.blockDimY = block_size; 209 launchInfo.blockDimZ = block_size;
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 420 * and width dimensions. The value block_size indicates the input block size 423 * Chunks of data of size block_size * block_size from depth are rearranged 424 * into non-overlapping blocks of size block_size x block_size. 426 * The width of the output tensor is input_depth * block_size, whereas the 427 * height is input_height * block_size. The depth of the input tensor must 428 * be divisible by block_size * block_size 440 * * 1: An {@link OperandType::INT32} scalar, specifying the block_size. 441 * block_size must be >=1 and block_size * block_size must be a divisor 445 * * 0: The output 4-D tensor, of shape [batch, height*block_size, 446 * width*block_size, depth/(block_size*block_size)]. [all …]
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 623 * and width dimensions. The value block_size indicates the input block size 626 * Chunks of data of size block_size * block_size from depth are rearranged 627 * into non-overlapping blocks of size block_size x block_size. 629 * The width of the output tensor is input_depth * block_size, whereas the 630 * height is input_height * block_size. The depth of the input tensor must 631 * be divisible by block_size * block_size 647 * * 1: An {@link OperandType::INT32} scalar, specifying the block_size. 648 * block_size must be >=1 and block_size * block_size must be a divisor 655 * * 0: The output 4-D tensor, of shape [batch, height*block_size, 656 * width*block_size, depth/(block_size*block_size)]. [all …]
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 603 * and width dimensions. The value block_size indicates the input block size 606 * Chunks of data of size block_size * block_size from depth are rearranged 607 * into non-overlapping blocks of size block_size x block_size. 609 * The width of the output tensor is input_depth * block_size, whereas the 610 * height is input_height * block_size. The depth of the input tensor must 611 * be divisible by block_size * block_size 628 * * 1: An {@link OperandType::INT32} scalar, specifying the block_size. 629 * block_size must be >=1 and block_size * block_size must be a divisor 636 * * 0: The output 4-D tensor, of shape [batch, height*block_size, 637 * width*block_size, depth/(block_size*block_size)]. [all …]
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintAidlTestBase.cpp | 828 void KeyMintAidlTestBase::CheckEncryptOneByteAtATime(BlockMode block_mode, const int block_size, in CheckEncryptOneByteAtATime() argument 883 if ((plaintext_index % block_size) == block_size - 1) { in CheckEncryptOneByteAtATime() 885 EXPECT_EQ(block_size, ciphertext.size()) in CheckEncryptOneByteAtATime()
|
D | KeyMintAidlTestBase.h | 383 void CheckEncryptOneByteAtATime(BlockMode block_mode, const int block_size,
|