Lines Matching refs:env
187 env = os.environ.copy()
189 if "DISPLAY" not in env:
193 ["deqp-runner", "--version"], capture_output="True", check=True, env=env
205 env["PIGLIT_PLATFORM"] = "gbm"
207 if "DRI_PRIME" in env:
209 del env["DRI_PRIME"]
214 env["DRI_PRIME"] = gpu_device
215 env["WAFFLE_GBM_DEVICE"] = available_gpus[args.gpu][0]
222 env["AMD_DEBUG"] = "info"
228 env=env,
230 del env["AMD_DEBUG"]
286 args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env