Searched refs:is_da (Results 1 – 1 of 1) sorted by relevance
3665 bool is_da = glsl_sampler_type_is_array(type) || in visit_image_load() local3670 LLVMValueRef da = is_da ? ctx->ac.i1true : ctx->ac.i1false; in visit_image_load()3727 bool is_da = glsl_sampler_type_is_array(type) || in visit_image_store() local3730 LLVMValueRef da = is_da ? ctx->ac.i1true : ctx->ac.i1false; in visit_image_store()