/third_party/boost/boost/test/tools/ |
D | fpc_tolerance.hpp | 39 static FPT s_value = 0; in fpc_tolerance() local 40 return s_value; in fpc_tolerance()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 70 LLVMValueRef *s_value, 96 LLVMValueRef s_value);
|
D | lp_bld_depth.c | 683 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() 790 zs_dst1 = LLVMBuildShuffleVector(builder, z_value, s_value, in lp_build_depth_stencil_write_swizzled() 793 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 1148 *s_value = *z_value; in lp_build_depth_stencil_test() 1152 *s_value = stencil_vals; in lp_build_depth_stencil_test()
|
D | lp_state_fs.c | 590 LLVMValueRef z_value, s_value; in generate_fs_loop() local 844 &z_value, &s_value, in generate_fs_loop() 852 z_value, s_value); in generate_fs_loop() 866 …sample_value_store, sample_loop_state.counter, LLVMBuildBitCast(builder, s_value, lp_build_int_vec… in generate_fs_loop() 1222 &z_value, &s_value, in generate_fs_loop() 1230 z_value, s_value); in generate_fs_loop() 1242 s_value = lp_build_pointer_get(builder, s_sample_value_store, sample_loop_state.counter); in generate_fs_loop() 1250 z_value, s_value); in generate_fs_loop()
|
/third_party/boost/libs/test/test/test-organization-ts/datasets-test/ |
D | datasets-test.hpp | 38 static int& value() { static int s_value; return s_value; }; in value() local
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstleaks.c | 644 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/boost/libs/test/test/writing-test-ts/ |
D | test_tools-test.cpp | 868 static int s_value; member 871 copy_counter( copy_counter const& ) { s_value++; } in copy_counter() 875 int copy_counter::s_value = 0; member in copy_counter 888 BOOST_TEST( copy_counter::s_value == 0 ); in BOOST_AUTO_TEST_CASE()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_loop_to_create_int_constant_synonym.cpp | 171 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/ |
D | transformation_add_loop_to_create_int_constant_synonym.cpp | 171 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/spirv-tools/source/fuzz/ |
D | transformation_add_loop_to_create_int_constant_synonym.cpp | 171 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()
|