Searched defs:typeRange (Results 1 – 12 of 12) sorted by relevance
616 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_1D_set() local
643 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_1D_array_set() local
672 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_2D_array_set() local
678 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_3D_set() local
718 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_write_image_set() local
1120 uint64_t typeRange = 1LL << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_1D() local
1226 uint64_t typeRange = 1LL << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_1D_array() local
1291 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_3D() local
1472 size_t typeRange = 1 << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_2D_array() local
1715 uint64_t typeRange = 1LL << ( get_format_type_size( imageInfo.format ) * 8 ); in test_read_image_set_2D() local
97 spirvbin_t::range_t spirvbin_t::typeRange(spv::Op opCode) const in typeRange() function in spv::spirvbin_t