Home
last modified time | relevance | path

Searched defs:neg_one (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/compiler/nir/tests/
H A Dcomparison_pre_tests.cpp306 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 Dsetregid01.c28 static gid_t neg_one = -1; variable
H A Dsetregid04.c16 static gid_t first_gid, second_gid, root_gid, neg_one = -1; variable
[all...]
H A Dsetregid03.c20 static gid_t primary_gid, secondary_gid, neg_one = -1; variable
[all...]
H A Dsetregid02.c23 static gid_t root_gid, nobody_gid, other_gid, neg_one = -1; variable
/third_party/ltp/testcases/kernel/syscalls/setresuid/
H A Dsetresuid02.c23 static uid_t nobody_uid, other_uid, neg_one = -1; variable
H A Dsetresuid03.c21 static uid_t root_uid, main_uid, other_uid, neg_one = -1; variable
H A Dsetresuid01.c18 static uid_t root_uid, main_uid, other_uid, neg_one = -1; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/setreuid/
H A Dsetreuid02.c21 static uid_t root_uid, nobody_uid, other_uid, neg_one = -1; variable
H A Dsetreuid03.c21 static uid_t root_uid, nobody_uid, other_uid, neg_one = -1; variable
H A Dsetreuid05.c23 static uid_t root_uid, nobody_uid, main_uid, other_uid, neg_one = -1; variable
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp807 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 Dsi_shader_llvm_vs.c241 LLVMValueRef neg_one = LLVMConstReal(float_type, -1.0); in load_input_vs() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c1705 LLVMValueRef neg_one = LLVMConstReal(ctx->f32, -1.0); in ac_build_opencoded_load_format() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c8133 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

Completed in 28 milliseconds