Searched refs:img_exp (Results 1 – 1 of 1) sorted by relevance
7945 string img_exp = to_expression(img_id); in emit_instruction() local7963 expr += img_exp + ".get_width(" + lod + ")"; in emit_instruction()7966 expr += ", " + img_exp + ".get_height(" + lod + ")"; in emit_instruction()7969 expr += ", " + img_exp + ".get_depth(" + lod + ")"; in emit_instruction()7973 expr += ", " + img_exp + ".get_array_size()"; in emit_instruction()8018 string img_exp = to_expression(img_id); \ in emit_instruction()8019 string expr = type_to_glsl(rslt_type) + "(" + img_exp + ".get_num_" #qrytype "())"; \ in emit_instruction()