Home
last modified time | relevance | path

Searched refs:is_da (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3665 bool is_da = glsl_sampler_type_is_array(type) || in visit_image_load() local
3670 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() local
3730 LLVMValueRef da = is_da ? ctx->ac.i1true : ctx->ac.i1false; in visit_image_store()