Home
last modified time | relevance | path

Searched refs:func_ty (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/wrap/
Dno_signed_wrap.amber28 %func_ty = OpTypeFunction %void
29 %main = OpFunction %void None %func_ty
Dno_unsigned_wrap.amber28 %func_ty = OpTypeFunction %void
29 %main = OpFunction %void None %func_ty
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opcopylogical/
Dsame_struct_two_ids.amber37 %func_ty = OpTypeFunction %void
38 %main = OpFunction %void None %func_ty
Ddifferent_matrix_layout.amber37 %func_ty = OpTypeFunction %void
38 %main = OpFunction %void None %func_ty
Ddifferent_matrix_strides.amber37 %func_ty = OpTypeFunction %void
38 %main = OpFunction %void None %func_ty
Dtwo_arrays_different_stride_1.amber40 %func_ty = OpTypeFunction %void
41 %main = OpFunction %void None %func_ty
Dsame_array_two_ids.amber40 %func_ty = OpTypeFunction %void
41 %main = OpFunction %void None %func_ty
Dtwo_arrays_different_stride_2.amber40 %func_ty = OpTypeFunction %void
41 %main = OpFunction %void None %func_ty
Dnested_arrays_different_outer_stride.amber45 %func_ty = OpTypeFunction %void
46 %main = OpFunction %void None %func_ty
Dnested_arrays_different_strides.amber45 %func_ty = OpTypeFunction %void
46 %main = OpFunction %void None %func_ty
Dnested_arrays_different_inner_stride.amber45 %func_ty = OpTypeFunction %void
46 %main = OpFunction %void None %func_ty
Dssbo_to_ubo.amber62 %func_ty = OpTypeFunction %void
63 %main = OpFunction %void None %func_ty
Dubo_to_ssbo.amber62 %func_ty = OpTypeFunction %void
63 %main = OpFunction %void None %func_ty
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstrument_pass.cpp692 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId() local
693 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetStreamWriteFunctionId()
800 analysis::Function func_ty(type_mgr->GetType(ibuf_type_id), param_types); in GetDirectReadFunctionId() local
801 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetDirectReadFunctionId()
Dinst_buff_addr_check_pass.cpp231 analysis::Function func_ty(type_mgr->GetType(GetBoolId()), param_types); in GetSearchAndTestFuncId() local
232 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetSearchAndTestFuncId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp692 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId() local
693 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetStreamWriteFunctionId()
800 analysis::Function func_ty(type_mgr->GetType(ibuf_type_id), param_types); in GetDirectReadFunctionId() local
801 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetDirectReadFunctionId()
Dinst_buff_addr_check_pass.cpp231 analysis::Function func_ty(type_mgr->GetType(GetBoolId()), param_types); in GetSearchAndTestFuncId() local
232 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetSearchAndTestFuncId()
/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp746 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId() local
747 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetStreamWriteFunctionId()
860 analysis::Function func_ty(type_mgr->GetType(ibuf_type_id), param_types); in GetDirectReadFunctionId() local
861 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetDirectReadFunctionId()
Dinst_buff_addr_check_pass.cpp231 analysis::Function func_ty(type_mgr->GetType(GetBoolId()), param_types); in GetSearchAndTestFuncId() local
232 analysis::Type* reg_func_ty = type_mgr->GetRegisteredType(&func_ty); in GetSearchAndTestFuncId()