Searched refs:zeroi (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 220 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in lp_do_offset_tri() local 226 shuffles[1] = zeroi; in lp_do_offset_tri() 234 shuffles[3] = zeroi; in lp_do_offset_tri() 252 dzdx = LLVMBuildExtractElement(b, dzdxdzdy, zeroi, ""); in lp_do_offset_tri() 544 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in init_args() local 573 shuffles[1] = zeroi; in init_args() 581 e = LLVMBuildExtractElement(b, ef, zeroi, ""); in init_args() 601 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zeroi); in init_args() 602 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, zeroi); in init_args() 604 args->x0_center = lp_build_extract_broadcast(gallivm, typef4, typef4, xy0_center, zeroi); in init_args() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 341 ir_constant *zeroi = ir_constant::zero(ir, ivec); in dldexp_to_arith() local 413 resulting_biased_exp, zeroi))); in dldexp_to_arith()
|
Completed in 7 milliseconds