Lines Matching defs:obj
146 struct dxil_spirv_object obj;147 memset(&obj, 0, sizeof(obj));150 &dbg_opts, &conf, &obj)) {152 if (validate && !validate_dxil(&obj)) {154 spirv_to_dxil_free(&obj);163 spirv_to_dxil_free(&obj);168 fwrite(obj.binary.buffer, sizeof(char), obj.binary.size, file);170 spirv_to_dxil_free(&obj);