Searched refs:c_const (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_srgb.c | 264 LLVMValueRef x05, x0375, a_const, b_const, c_const, tmp2; local in function:lp_build_linear_to_srgb 289 c_const = lp_build_const_vec(gallivm, src_type, -0.0620f * 255.0f); 292 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_srgb.c | 265 LLVMValueRef x05, x0375, a_const, b_const, c_const, tmp2; local in function:lp_build_linear_to_srgb 290 c_const = lp_build_const_vec(gallivm, src_type, -0.0620f * 255.0f); 293 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builder.h | 724 uint64_t c_const = nir_src_as_uint(c_src); local in function:nir_vector_extract 725 if (c_const < vec->num_components) 726 return nir_channel(b, vec, c_const); 771 uint64_t c_const = nir_src_as_uint(c_src); local in function:nir_vector_insert 772 if (c_const < vec->num_components) 773 return nir_vector_insert_imm(b, vec, scalar, c_const);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_builder.h | 626 unsigned c_const = nir_src_as_uint(c_src); local in function:nir_vector_extract 627 if (c_const < vec->num_components) 628 return nir_channel(b, vec, c_const);
|
Completed in 7 milliseconds