Searched defs:typeRange (Results 1 – 12 of 12) sorted by relevance
219 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_3D() local
674 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_1D_set() local
703 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_1D_array_set() local
749 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_2D_array_set() local
796 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_set() local
752 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_3D_set() local
1142 uint64_t typeRange = 1LL << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_1D() local
1246 uint64_t typeRange = 1LL << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_1D_array() local
1511 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_2D_array() local
1708 uint64_t typeRange = 1LL << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_2D() local
93 spirvbin_t::range_t spirvbin_t::typeRange(spv::Op opCode) const in typeRange() function in spv::spirvbin_t