Home
last modified time | relevance | path

Searched refs:s_value (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c684 LLVMValueRef s_value) in lp_build_depth_stencil_write_swizzled() argument
742 s_value = LLVMBuildBitCast(builder, s_value, z_bld.vec_type, ""); in lp_build_depth_stencil_write_swizzled()
749 s_value = lp_build_select(&z_bld, mask_value, s_value, s_fb); in lp_build_depth_stencil_write_swizzled()
777 z_value, s_value, 0); in lp_build_depth_stencil_write_swizzled()
779 z_value, s_value, 1); in lp_build_depth_stencil_write_swizzled()
789 zs_dst1 = LLVMBuildShuffleVector(builder, z_value, s_value, in lp_build_depth_stencil_write_swizzled()
792 zs_dst2 = LLVMBuildShuffleVector(builder, z_value, s_value, in lp_build_depth_stencil_write_swizzled()
838 LLVMValueRef *s_value, in lp_build_depth_stencil_test() argument
1152 *s_value = *z_value; in lp_build_depth_stencil_test()
1156 *s_value = stencil_vals; in lp_build_depth_stencil_test()
Dlp_bld_depth.h70 LLVMValueRef *s_value,
97 LLVMValueRef s_value);
Dlp_state_fs.c644 LLVMValueRef z_value, s_value; in generate_fs_loop() local
899 &z_value, &s_value, in generate_fs_loop()
908 z_value, s_value); in generate_fs_loop()
922 …sample_value_store, sample_loop_state.counter, LLVMBuildBitCast(builder, s_value, lp_build_int_vec… in generate_fs_loop()
1296 &z_value, &s_value, in generate_fs_loop()
1305 z_value, s_value); in generate_fs_loop()
1317 s_value = lp_build_pointer_get(builder, s_sample_value_store, sample_loop_state.counter); in generate_fs_loop()
1325 z_value, s_value); in generate_fs_loop()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.c644 GValue s_value = G_VALUE_INIT; in process_leak() local
658 g_value_init (&s_value, GST_TYPE_STRUCTURE); in process_leak()
659 g_value_take_boxed (&s_value, s); in process_leak()
660 gst_value_list_append_and_take_value (ret_leaks, &s_value); in process_leak()
1029 GValue s_value = G_VALUE_INIT; in process_checkpoint() local
1040 g_value_init (&s_value, GST_TYPE_STRUCTURE); in process_checkpoint()
1041 g_value_take_boxed (&s_value, s); in process_checkpoint()
1042 gst_value_list_append_and_take_value (ret, &s_value); in process_checkpoint()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp171 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
173 uint64_t result = i_value - s_value * num_iterations_value; in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp171 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
173 uint64_t result = i_value - s_value * num_iterations_value; in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp171 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
173 uint64_t result = i_value - s_value * num_iterations_value; in IsApplicable()