Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp7945 string img_exp = to_expression(img_id); in emit_instruction() local
7963 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()