Home
last modified time | relevance | path

Searched defs:zero_dot_5 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value.h98 static Value::Pointer zero_dot_5; variable
Dsfn_value.cpp195 PValue Value::zero_dot_5(new InlineConstValue(ALU_SRC_0_5, 0)); member in r600::Value
Dsfn_instruction_tex.cpp383 auto zero_dot_5 = nir_imm_float(b, 0.5); in r600_nir_lower_cube_to_2darray_impl() local