/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | comparison_pre_tests.cpp | 306 nir_ssa_def *neg_one = nir_imm_float(&bld, -1.0f); in TEST_F() local 359 nir_ssa_def *neg_one = nir_imm_float(&bld, -1.0f); in TEST_F() local 413 nir_ssa_def *neg_one = nir_imm_float(&bld, -1.0f); in TEST_F() local 466 nir_ssa_def *neg_one = nir_imm_float(&bld, -1.0f); in TEST_F() local
|
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
H A D | setregid01.c | 28 static gid_t neg_one = -1; variable
|
H A D | setregid04.c | 16 static gid_t first_gid, second_gid, root_gid, neg_one = -1; variable [all...] |
H A D | setregid03.c | 20 static gid_t primary_gid, secondary_gid, neg_one = -1; variable [all...] |
H A D | setregid02.c | 23 static gid_t root_gid, nobody_gid, other_gid, neg_one = -1; variable
|
/third_party/ltp/testcases/kernel/syscalls/setresuid/ |
H A D | setresuid02.c | 23 static uid_t nobody_uid, other_uid, neg_one = -1; variable
|
H A D | setresuid03.c | 21 static uid_t root_uid, main_uid, other_uid, neg_one = -1; variable
|
H A D | setresuid01.c | 18 static uid_t root_uid, main_uid, other_uid, neg_one = -1; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/setreuid/ |
H A D | setreuid02.c | 21 static uid_t root_uid, nobody_uid, other_uid, neg_one = -1; variable
|
H A D | setreuid03.c | 21 static uid_t root_uid, nobody_uid, other_uid, neg_one = -1; variable
|
H A D | setreuid05.c | 23 static uid_t root_uid, nobody_uid, main_uid, other_uid, neg_one = -1; variable [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 807 ir_constant *neg_one = new(ir) ir_constant(-1.0, arg->type->vector_elements); in dsign_to_csel() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 241 LLVMValueRef neg_one = LLVMConstReal(float_type, -1.0); in load_input_vs() local
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 1705 LLVMValueRef neg_one = LLVMConstReal(ctx->f32, -1.0); in ac_build_opencoded_load_format() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 8133 struct tgsi_full_src_register neg_one = in emit_ssg() local 9712 struct tgsi_full_src_register neg_one = in emit_msb() local 11513 struct tgsi_full_src_register neg_one = in emit_frontface_instructions() local
|