Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp494 const analysis::Type* shuffle_type = in ReplaceMbcnt() local
496 uint32_t shuffle_type_id = type_mgr->GetTypeInstruction(shuffle_type); in ReplaceMbcnt()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Damd_ext_to_khr.cpp494 const analysis::Type* shuffle_type = in ReplaceMbcnt() local
496 uint32_t shuffle_type_id = type_mgr->GetTypeInstruction(shuffle_type); in ReplaceMbcnt()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp494 const analysis::Type* shuffle_type = in ReplaceMbcnt() local
496 uint32_t shuffle_type_id = type_mgr->GetTypeInstruction(shuffle_type); in ReplaceMbcnt()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp6033 brw_reg_type shuffle_type = in shuffle_src_to_dst() local
6039 shuffle_type, i % size_ratio); in shuffle_src_to_dst()
6041 retype(offset(src, bld, i + first_component), shuffle_type)); in shuffle_src_to_dst()
6053 brw_reg_type shuffle_type = in shuffle_src_to_dst() local
6059 shuffle_type, (first_component + i) % size_ratio); in shuffle_src_to_dst()
6060 bld.MOV(retype(offset(dst, bld, i), shuffle_type), in shuffle_src_to_dst()