Home
last modified time | relevance | path

Searched refs:f32_1 (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp3306 << " %f32_0 %f32_1\n";
3318 "%val1 = OpExtInst %u32 %extinst " + ext_inst_name + " %f32_0 %f32_1\n";
3331 "%val1 = OpExtInst %f32 %extinst " + ext_inst_name + " %u32_0 %f32_1\n";
3368 << " %f32_0 %f32_1 %f32_2\n";
3380 " %f32_0 %f32_1 %f32_2\n";
3393 " %u32_0 %f32_0 %f32_1\n";
3406 " %f32_0 %u32_0 %f32_1\n";
3419 " %f32_1 %f32_0 %u32_2\n";
3734 " %u32_0 %u32_0 %f32_1\n";
3903 << " %f32_1 %f32_1\n";
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp3306 << " %f32_0 %f32_1\n";
3318 "%val1 = OpExtInst %u32 %extinst " + ext_inst_name + " %f32_0 %f32_1\n";
3331 "%val1 = OpExtInst %f32 %extinst " + ext_inst_name + " %u32_0 %f32_1\n";
3368 << " %f32_0 %f32_1 %f32_2\n";
3380 " %f32_0 %f32_1 %f32_2\n";
3393 " %u32_0 %f32_0 %f32_1\n";
3406 " %f32_0 %u32_0 %f32_1\n";
3419 " %f32_1 %f32_0 %u32_2\n";
3734 " %u32_0 %u32_0 %f32_1\n";
3903 << " %f32_1 %f32_1\n";
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_ext_inst_test.cpp3306 << " %f32_0 %f32_1\n";
3318 "%val1 = OpExtInst %u32 %extinst " + ext_inst_name + " %f32_0 %f32_1\n";
3331 "%val1 = OpExtInst %f32 %extinst " + ext_inst_name + " %u32_0 %f32_1\n";
3368 << " %f32_0 %f32_1 %f32_2\n";
3380 " %f32_0 %f32_1 %f32_2\n";
3393 " %u32_0 %f32_0 %f32_1\n";
3406 " %f32_0 %u32_0 %f32_1\n";
3419 " %f32_1 %f32_0 %u32_2\n";
3734 " %u32_0 %u32_0 %f32_1\n";
3903 << " %f32_1 %f32_1\n";
[all …]
/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c165 visible = LLVMBuildFCmp(builder, LLVMRealOLE, bbox_min[chan], ctx->f32_1, ""); in cull_bbox()
Dac_llvm_build.h110 LLVMValueRef f32_1; member
Dac_llvm_build.c112 ctx->f32_1 = LLVMConstReal(ctx->f32, 1.0); in ac_llvm_context_init()
1620 loads[num_channels] = ac_to_integer(ctx, num_channels == 3 ? ctx->f32_1 : ctx->f32_0); in ac_build_opencoded_load_format()
3701 return ctx->f32_1; in get_reduction_identity()
Dac_nir_to_llvm.c291 return LLVMBuildSelect(ctx->builder, src0, ctx->f32_1, ctx->f32_0, ""); in emit_b2f()
1341 half_texel[c] = ac_build_fdiv(ctx, ctx->f32_1, half_texel[c]); in lower_gather4_integer()
3365 ac_build_fdiv(&ctx->ac, ctx->ac.f32_1, ac_get_arg(&ctx->ac, ctx->args->frag_pos[3]))}; in visit_intrinsic()
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp460 float f32_1 = DE.GetFloat(&offset); in DumpDataExtractor() local
463 s->Printf("%g + %gi", f32_1, f32_2); in DumpDataExtractor()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c72 out[3] = ctx->ac.f32_1; in load_input_vs()
181 fetches[3] = ctx->ac.f32_1; in load_input_vs()
603 pos_args[0].out[3] = ctx->ac.f32_1; /* W */ in si_llvm_build_vs_exports()
Dsi_shader_llvm_tess.c563 coord[2] = LLVMBuildFSub(ctx->ac.builder, ctx->ac.f32_1, in si_load_tess_coord()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c850 coord[2] = LLVMBuildFSub(ctx->ac.builder, ctx->ac.f32_1, in load_tess_coord()
1085 LLVMValueRef one = is_float ? ctx->ac.f32_1 : ctx->ac.i32_1; in radv_fixup_vertex_input_fetches()
1790 pos_args[0].out[3] = ctx->ac.f32_1; /* W */ in radv_llvm_export_vs()