Home
last modified time | relevance | path

Searched refs:voidt (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp99 auto* voidt = types.back().get(); in TEST() local
137 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8, in TEST()
176 types.emplace_back(new Function(voidt, {})); in TEST()
177 types.emplace_back(new Function(voidt, {boolt})); in TEST()
178 types.emplace_back(new Function(voidt, {boolt, s32})); in TEST()
/third_party/spirv-tools/test/opt/
Dtypes_test.cpp127 auto* voidt = types.back().get(); local
165 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8,
224 types.emplace_back(new Pointer(voidt, SpvStorageClassFunction));
227 types.emplace_back(new Function(voidt, {}));
228 types.emplace_back(new Function(voidt, {boolt}));
229 types.emplace_back(new Function(voidt, {boolt, s32}));
Dtype_manager_test.cpp70 auto* voidt = types.back().get(); in GenerateAllTypes() local
108 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8, in GenerateAllTypes()
148 types.emplace_back(new Function(voidt, {})); in GenerateAllTypes()
149 types.emplace_back(new Function(voidt, {boolt})); in GenerateAllTypes()
150 types.emplace_back(new Function(voidt, {boolt, s32})); in GenerateAllTypes()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp127 auto* voidt = types.back().get(); local
165 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8,
224 types.emplace_back(new Pointer(voidt, SpvStorageClassFunction));
227 types.emplace_back(new Function(voidt, {}));
228 types.emplace_back(new Function(voidt, {boolt}));
229 types.emplace_back(new Function(voidt, {boolt, s32}));
Dtype_manager_test.cpp70 auto* voidt = types.back().get(); in GenerateAllTypes() local
108 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8, in GenerateAllTypes()
148 types.emplace_back(new Function(voidt, {})); in GenerateAllTypes()
149 types.emplace_back(new Function(voidt, {boolt})); in GenerateAllTypes()
150 types.emplace_back(new Function(voidt, {boolt, s32})); in GenerateAllTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp127 auto* voidt = types.back().get(); local
165 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8,
224 types.emplace_back(new Pointer(voidt, SpvStorageClassFunction));
227 types.emplace_back(new Function(voidt, {}));
228 types.emplace_back(new Function(voidt, {boolt}));
229 types.emplace_back(new Function(voidt, {boolt, s32}));
Dtype_manager_test.cpp70 auto* voidt = types.back().get(); in GenerateAllTypes() local
108 types.emplace_back(new Image(voidt, SpvDim3D, 0, 1, 0, 1, SpvImageFormatRg8, in GenerateAllTypes()
148 types.emplace_back(new Function(voidt, {})); in GenerateAllTypes()
149 types.emplace_back(new Function(voidt, {boolt})); in GenerateAllTypes()
150 types.emplace_back(new Function(voidt, {boolt, s32})); in GenerateAllTypes()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c75 ctx->voidt = LLVMVoidTypeInContext(ctx->context); in ac_llvm_context_init()
394 ac_build_intrinsic(ctx, "llvm.amdgcn.s.barrier", ctx->voidt, NULL, 0, AC_FUNC_ATTR_CONVERGENT); in ac_build_s_barrier()
415 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); in ac_build_optimization_barrier()
1144 ac_build_intrinsic(ctx, name, ctx->voidt, args, idx, AC_FUNC_ATTR_INACCESSIBLE_MEM_ONLY); in ac_build_buffer_store_common()
1704 ac_build_intrinsic(ctx, name, ctx->voidt, args, idx, AC_FUNC_ATTR_INACCESSIBLE_MEM_ONLY); in ac_build_tbuffer_store()
1838 ac_build_intrinsic(ctx, "llvm.amdgcn.s.sendmsg", ctx->voidt, args, 2, 0); in ac_build_sendmsg()
1983 ac_build_intrinsic(ctx, "llvm.amdgcn.exp.compr.v2i16", ctx->voidt, args, 6, 0); in ac_build_export()
1992 ac_build_intrinsic(ctx, "llvm.amdgcn.exp.f32", ctx->voidt, args, 8, 0); in ac_build_export()
2300 retty = ctx->voidt; in ac_build_image_opcode()
2311 if (!sample && !atomic && retty != ctx->voidt) in ac_build_image_opcode()
[all …]
Dac_llvm_build.h72 LLVMTypeRef voidt; member
Dac_nir_to_llvm.c2971 ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.wqm.demote", ctx->ac.voidt, &cond, 1, 0); in emit_demote()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c148 ret_type = ctx->ac.voidt; in si_llvm_create_func()
359 ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.init.exec.from.input", ctx->ac.voidt, args, 2, in si_init_exec_from_input()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c98 LLVMValueRef main_function = ac_build_main(args, ctx, convention, "main", ctx->voidt, module); in create_llvm_function()