Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dkey_value_store_test.cc50 std::string s_value; in TEST_F() local
51 EXPECT_TRUE(moved_to.GetString("a_string", &s_value)); in TEST_F()
52 EXPECT_EQ(s_value, "a_value"); in TEST_F()
65 std::string s_value; in TEST_F() local
66 EXPECT_TRUE(moved_to.GetString("a_string", &s_value)); in TEST_F()
67 EXPECT_EQ(s_value, "a_value"); in TEST_F()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_existence.c26 int s_value; member
73 out->s_value = BPF_CORE_READ(in, s.x); in test_core_existence()
75 out->s_value = 0xff000005u; in test_core_existence()
Dcore_reloc_types.h623 int s_value; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.h71 LLVMValueRef *s_value,
97 LLVMValueRef s_value);
Dlp_bld_depth.c682 LLVMValueRef s_value) in lp_build_depth_stencil_write_swizzled() argument
741 s_value = LLVMBuildBitCast(builder, s_value, z_bld.vec_type, ""); in lp_build_depth_stencil_write_swizzled()
748 s_value = lp_build_select(&z_bld, mask_value, s_value, s_fb); in lp_build_depth_stencil_write_swizzled()
776 z_value, s_value, 0); in lp_build_depth_stencil_write_swizzled()
778 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()
837 LLVMValueRef *s_value, in lp_build_depth_stencil_test() argument
1147 *s_value = *z_value; in lp_build_depth_stencil_test()
1151 *s_value = stencil_vals; in lp_build_depth_stencil_test()
Dlp_state_fs.c586 LLVMValueRef z_value, s_value; in generate_fs_loop() local
827 &z_value, &s_value, in generate_fs_loop()
835 z_value, s_value); in generate_fs_loop()
849 …sample_value_store, sample_loop_state.counter, LLVMBuildBitCast(builder, s_value, lp_build_int_vec… in generate_fs_loop()
1166 &z_value, &s_value, in generate_fs_loop()
1174 z_value, s_value); in generate_fs_loop()
1186 s_value = lp_build_pointer_get(builder, s_sample_value_store, sample_loop_state.counter); in generate_fs_loop()
1194 z_value, s_value); in generate_fs_loop()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp172 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
174 uint64_t result = i_value - s_value * num_iterations_value; in IsApplicable()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c382 .s_value = 5,
402 .s_value = 0xff000005u,
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_loop_to_create_int_constant_synonym.cpp172 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable() local
174 uint64_t result = i_value - s_value * num_iterations_value; in IsApplicable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()